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

starcoinorg/starcoin#3218 Migrate move examples to mpm #3282

Merged
merged 10 commits into from
Mar 14, 2022

Conversation

zhutoulala
Copy link
Contributor

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: N/A

What is the new behavior?

Other information

@codecov
Copy link

codecov bot commented Mar 14, 2022

Codecov Report

Merging #3282 (c1ea903) into master (1e65cf9) will decrease coverage by 0.30%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3282      +/-   ##
==========================================
- Coverage   32.10%   31.80%   -0.29%     
==========================================
  Files         500      500              
  Lines       46211    46211              
  Branches    20894    20894              
==========================================
- Hits        14830    14693     -137     
- Misses      17792    17803      +11     
- Partials    13589    13715     +126     
Flag Coverage Δ
unittests 31.80% <ø> (-0.29%) ⬇️

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

Impacted Files Coverage Δ
consensus/src/consensus.rs 42.86% <0.00%> (-19.04%) ⬇️
network-p2p/src/transport.rs 15.10% <0.00%> (-18.86%) ⬇️
network/src/worker.rs 30.65% <0.00%> (-11.29%) ⬇️
vm/types/src/on_chain_config/mod.rs 43.84% <0.00%> (-9.58%) ⬇️
chain/src/verifier/mod.rs 39.67% <0.00%> (-7.43%) ⬇️
state/state-store-api/src/lib.rs 43.75% <0.00%> (-6.25%) ⬇️
commons/forkable-jellyfish-merkle/src/lib.rs 39.47% <0.00%> (-4.59%) ⬇️
executor/src/block_executor.rs 21.28% <0.00%> (-4.25%) ⬇️
state/state-tree/src/state_tree.rs 48.26% <0.00%> (-4.19%) ⬇️
executor/src/executor.rs 50.00% <0.00%> (-4.16%) ⬇️
... and 71 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 1e65cf9...c1ea903. Read the comment docs.

@jolestar jolestar self-requested a review March 14, 2022 04:59
@jolestar jolestar merged commit 5f7e15c into starcoinorg:master Mar 14, 2022
@jolestar
Copy link
Member

@zhutoulala Please do not use zhutoulala:master as developing branch, you can use a new branch, for make the git commit history clearer.

@jolestar jolestar linked an issue Mar 14, 2022 that may be closed by this pull request
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.

Migrate move examples to mpm
2 participants