virtualeconomy / v-systems

V Systems Reference Full Node
Other
115 stars 45 forks source link

V escrow test #283

Closed twwu123 closed 3 years ago

twwu123 commented 3 years ago

PR Details

Unit testing for V Escrow Contract

Checklist

codecov-commenter commented 3 years ago

Codecov Report

Merging #283 (ae1dfd4) into exchange (17501fa) will increase coverage by 4.60%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           exchange     #283      +/-   ##
============================================
+ Coverage     59.70%   64.30%   +4.60%     
============================================
  Files           207      207              
  Lines          7326     7326              
  Branches        270      269       -1     
============================================
+ Hits           4374     4711     +337     
+ Misses         2952     2615     -337     
Impacted Files Coverage Δ
...main/scala/vsys/blockchain/contract/Contract.scala 86.04% <100.00%> (+0.16%) :arrow_up:
...ala/vsys/blockchain/contract/ContractVEscrow.scala 100.00% <100.00%> (+100.00%) :arrow_up:
.../vsys/blockchain/state/opcdiffs/BasicOpcDiff.scala 83.56% <0.00%> (+1.36%) :arrow_up:
src/main/scala/vsys/account/ContractAccount.scala 100.00% <0.00%> (+1.85%) :arrow_up:
src/main/scala/vsys/network/Handshake.scala 77.50% <0.00%> (+2.50%) :arrow_up:
...ain/scala/vsys/blockchain/contract/DataEntry.scala 57.14% <0.00%> (+5.71%) :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 17501fa...ae1dfd4. Read the comment docs.