-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add build and install action injector #1009
Conversation
* fix pre-commit issue (#812) * Update config.yml * Handle empty reward address and fix available balance acccounting (#826) * remove CreationHeight and LastUpdateHeight from Candidate (#827) * Point server out when print version for ioctl (#832) * Make data as optional input for ioctl (#837) * Improve hash cmd for ioctl (#836) * Improve hash cmd for ioctl * update * Add tags to the issue templates (#834) * IOTEX 354 Fix TestLocalTransfer commit block height 0 issue (#839) * Add GetEpochData API (#831) * IOTEX-361 Fix error when granting epoch reward (#838) * mute error messages (#840) * rebroadcast precommit endorsement on timeout (#835) * Increase TestLocalTransfer block interval time to make sure all test accounts are created during height = 0 (#844) * Early exit if hitting block gas limit in evm (#845) * Fix block gas metric (#846) * Refactor GetEpochMeta API (#848) * fix bug introduced in #835 (#849) * Use Backoff to wait until success transfer enters DB (#851) * Update node delegate cmd for ioctl (#852) * IOTEX-363 Add numActions to GetAccount API (#841) * Fix TPS issue in GetChainMeta (#854)
update 20190327
update master
buildcli.sh: 39: buildcli.sh: PackageFlags+=-X 'github.com/iotexproject/iotex-core/pkg/version.PackageCommitID=7f8adbc0421f57139b25bca7bc49985097768af7' : not found packageVersion:"snapshot-v0.6.0-144-g7f8adbc0" packageCommitID:"NoBuildInfo" gitStatus:"NoBuildInfo" goVersion:"NoBuildInfo" buildTime:"NoBuildInfo"
Codecov Report
@@ Coverage Diff @@
## master #1009 +/- ##
=========================================
Coverage ? 54.18%
=========================================
Files ? 162
Lines ? 13750
Branches ? 0
=========================================
Hits ? 7450
Misses ? 5312
Partials ? 988 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1009 +/- ##
==========================================
+ Coverage 54.26% 54.45% +0.18%
==========================================
Files 162 162
Lines 13750 13750
==========================================
+ Hits 7461 7487 +26
+ Misses 5305 5286 -19
+ Partials 984 977 -7
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## master #1009 +/- ##
==========================================
+ Coverage 54.26% 54.45% +0.18%
==========================================
Files 162 162
Lines 13750 13750
==========================================
+ Hits 7461 7487 +26
+ Misses 5305 5286 -19
+ Partials 984 977 -7
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1009 +/- ##
==========================================
+ Coverage 54.26% 54.45% +0.18%
==========================================
Files 162 162
Lines 13750 13750
==========================================
+ Hits 7461 7487 +26
+ Misses 5305 5286 -19
+ Partials 984 977 -7
Continue to review full report at Codecov.
|
.circleci/config.yml
Outdated
@@ -97,7 +97,8 @@ jobs: | |||
- run: sudo apt-get install python python-pip | |||
- run: sudo pip install awscli | |||
- run: aws s3 sync cli/ioctl/release/ ${S3_BUCKET_DIR} | |||
|
|||
- run: cd tools/actioninjector.v2/ && ./build_injector.sh | |||
- run: aws s3 sync tools/actioninjector.v2/release/ ${S3_BUCKET_DIR} | |||
nightly_ioctl_build_darwin: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to nightly_bin_build_*
add build and install action injector
No description provided.