LimeChain / etherlime

Dapp Development framework based on ethers.js
MIT License
185 stars 41 forks source link

Add lcov output to `coverage` #263

Closed jparyani closed 5 years ago

jparyani commented 5 years ago

lcov is a standardized format that is used by tools like https://coveralls.io/ and other automated coverage tools. This commit adds lcov output to the coverage command.

codecov-io commented 5 years ago

Codecov Report

Merging #263 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #263      +/-   ##
==========================================
+ Coverage   97.41%   97.41%   +<.01%     
==========================================
  Files          81       81              
  Lines        3130     3131       +1     
  Branches       24       24              
==========================================
+ Hits         3049     3050       +1     
  Misses         78       78              
  Partials        3        3
Impacted Files Coverage Δ
.../cli-commands/etherlime-test/etherlime-coverage.js 100% <100%> (ø) :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 136575a...a21e63d. Read the comment docs.