Skip to content
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

[ci][fix] make cargo xtest no-fail-fast #3663

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

jiangying000
Copy link
Collaborator

@jiangying000 jiangying000 commented Aug 16, 2022

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: fix #3659

What is the new behavior?

Other information

first commit is expected to fail in build and test phase

@jiangying000 jiangying000 changed the title [ci] make cargo xtest no-fail-fast [ci][fix] make cargo xtest no-fail-fast Aug 16, 2022
@jolestar jolestar enabled auto-merge (squash) August 16, 2022 10:31
@codecov
Copy link

codecov bot commented Aug 16, 2022

Codecov Report

Merging #3663 (a479071) into master (b2bc097) will increase coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3663      +/-   ##
==========================================
+ Coverage   28.65%   28.70%   +0.06%     
==========================================
  Files         591      591              
  Lines       50691    50691              
  Branches    23903    23903              
==========================================
+ Hits        14518    14546      +28     
- Misses      21928    21954      +26     
+ Partials    14245    14191      -54     
Flag Coverage Δ
unittests 28.70% <ø> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
vm/natives/src/token.rs 24.45% <0.00%> (-6.66%) ⬇️
...mons/forkable-jellyfish-merkle/src/iterator/mod.rs 41.00% <0.00%> (-6.00%) ⬇️
vm/types/src/token/token_code.rs 34.53% <0.00%> (-4.76%) ⬇️
vm/types/src/transaction_metadata.rs 55.23% <0.00%> (-4.47%) ⬇️
vm/types/src/token/stc.rs 63.24% <0.00%> (-4.41%) ⬇️
vm/natives/src/vector.rs 16.67% <0.00%> (-4.16%) ⬇️
config/src/available_port.rs 42.31% <0.00%> (-3.84%) ⬇️
types/src/account_state.rs 56.67% <0.00%> (-3.33%) ⬇️
network-rpc/api/src/lib.rs 20.66% <0.00%> (-3.26%) ⬇️
commons/accumulator/src/tree_store/mock.rs 28.58% <0.00%> (-2.85%) ⬇️
... and 68 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b2bc097...a479071. Read the comment docs.

@jiangying000 jiangying000 disabled auto-merge August 16, 2022 10:38
@jiangying000 jiangying000 enabled auto-merge (squash) August 16, 2022 10:38
@jiangying000 jiangying000 merged commit 9ae7af8 into starcoinorg:master Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug][ci] some test case not ran in a passed CI
2 participants