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

make unit test as a package #3155

Merged
merged 1 commit into from
Jan 15, 2022
Merged

make unit test as a package #3155

merged 1 commit into from
Jan 15, 2022

Conversation

nanne007
Copy link
Member

As unit test has to be Std module.

@nanne007 nanne007 requested a review from jolestar January 15, 2022 00:38
@codecov
Copy link

codecov bot commented Jan 15, 2022

Codecov Report

Merging #3155 (1429e6e) into master (a3e7973) will decrease coverage by 0.84%.
The diff coverage is 6.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3155      +/-   ##
==========================================
- Coverage   33.06%   32.22%   -0.83%     
==========================================
  Files         518      503      -15     
  Lines       46774    46233     -541     
  Branches    21278    21161     -117     
==========================================
- Hits        15461    14896     -565     
- Misses      16928    17473     +545     
+ Partials    14385    13864     -521     
Flag Coverage Δ
unittests 32.22% <6.08%> (-0.83%) ⬇️

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

Impacted Files Coverage Δ
block-relayer/src/block_relayer.rs 15.79% <0.00%> (ø)
config/src/lib.rs 35.12% <ø> (ø)
executor/src/account.rs 14.29% <ø> (-29.82%) ⬇️
network/api/src/messages.rs 29.38% <ø> (ø)
rpc/api/src/types.rs 14.26% <0.00%> (+0.57%) ⬆️
state/api/src/chain_state.rs 46.80% <ø> (ø)
test-helper/src/executor.rs 25.22% <ø> (ø)
types/src/lib.rs 100.00% <ø> (ø)
vm/compiler/src/bytecode_transpose.rs 0.00% <0.00%> (ø)
vm/natives/src/lib.rs 90.00% <ø> (+10.00%) ⬆️
... and 105 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 0e4eef6...1429e6e. Read the comment docs.

@jolestar jolestar merged commit ec156c4 into master Jan 15, 2022
@jolestar jolestar deleted the unit-test-as-package branch January 15, 2022 01:25
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.

2 participants