ConsenSysMesh / Stow-Smart-Contracts

Formerly Linnia-Smart-Contracts
https://stow-protocol.com/
MIT License
56 stars 39 forks source link

Test for a fallback function added to improve test coverage #60

Closed leeb2018 closed 6 years ago

leeb2018 commented 6 years ago

Added four tests (to invoke a fallback function) to improve test coverage.

codecov-io commented 6 years ago

Codecov Report

Merging #60 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   96.52%   96.52%           
=======================================
  Files           4        4           
  Lines         115      115           
  Branches       25       25           
=======================================
  Hits          111      111           
  Misses          4        4

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 d30e147...8cb37a5. Read the comment docs.

leeb2018 commented 6 years ago

Didn't improve code coverage. Closing the pull request.