Closed ureeves closed 2 years ago
Merging #376 (6c62cb5) into master (e2fa320) will increase coverage by
1.88%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #376 +/- ##
==========================================
+ Coverage 61.77% 63.66% +1.88%
==========================================
Files 25 25
Lines 1486 1486
==========================================
+ Hits 918 946 +28
+ Misses 568 540 -28
Impacted Files | Coverage Δ | |
---|---|---|
rusk-uplink/src/definitions.rs | 94.94% <ø> (+10.10%) |
:arrow_up: |
src/compiler_config.rs | 16.98% <0.00%> (+0.19%) |
:arrow_up: |
src/error.rs | 22.72% <0.00%> (+4.54%) |
:arrow_up: |
src/resolver.rs | 93.18% <0.00%> (+4.54%) |
:arrow_up: |
src/ops/panic.rs | 87.50% <0.00%> (+87.50%) |
:arrow_up: |
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 e2fa320...6c62cb5. Read the comment docs.
This is an effort to reduce the size of the test contracts by introducing language items as previously present in VM1 with the usage of
dusk-abi
.See also #374