bcoin-org / bcash

Implementation of Bitcoin Cash protocol in node.js
Other
102 stars 68 forks source link

Add tests for max-tx-sigops #90

Closed nodech closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #90 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   55.18%   55.23%   +0.04%     
==========================================
  Files         109      109              
  Lines       27037    27040       +3     
  Branches     4471     4472       +1     
==========================================
+ Hits        14921    14936      +15     
+ Misses      12116    12104      -12
Impacted Files Coverage Δ
lib/blockchain/chain.js 61.52% <100%> (+0.1%) :arrow_up:
lib/protocol/networks.js 100% <0%> (ø) :arrow_up:
lib/script/script.js 77.6% <0%> (+0.18%) :arrow_up:
lib/script/opcode.js 80.39% <0%> (+2.99%) :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 c907358...cc1cc46. Read the comment docs.