dusk-network / rusk-vm

The Dusk Rust WASM VM implementation
Mozilla Public License 2.0
54 stars 12 forks source link

Fix `kcov` to fail when tests fail #365

Closed ureeves closed 2 years ago

ureeves commented 2 years ago

See also https://github.com/dusk-network/rusk-vm/issues/325

codecov-commenter commented 2 years ago

Codecov Report

Merging #365 (73b5af0) into master (ae231c7) will decrease coverage by 22.65%. The diff coverage is 51.48%.

:exclamation: Current head 73b5af0 differs from pull request most recent head 50bdb5d. Consider uploading reports for the commit 50bdb5d to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #365       +/-   ##
===========================================
- Coverage   83.77%   61.11%   -22.66%     
===========================================
  Files          18       24        +6     
  Lines         758     1471      +713     
===========================================
+ Hits          635      899      +264     
- Misses        123      572      +449     
Impacted Files Coverage Δ
src/ops/panic.rs 0.00% <0.00%> (-78.58%) :arrow_down:
src/state/persist.rs 0.00% <0.00%> (ø)
src/error.rs 4.54% <4.54%> (ø)
src/compiler_config.rs 21.26% <21.26%> (ø)
src/compiler.rs 70.83% <69.56%> (-9.17%) :arrow_down:
src/contract.rs 74.35% <78.12%> (-20.65%) :arrow_down:
rusk-uplink/src/definitions.rs 84.84% <84.84%> (ø)
src/state.rs 92.25% <88.23%> (+18.17%) :arrow_up:
src/ops/store.rs 64.00% <90.00%> (-12.32%) :arrow_down:
src/call_context.rs 91.66% <91.22%> (-1.79%) :arrow_down:
... and 25 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 9ef2613...50bdb5d. Read the comment docs.