Closed jparyani closed 5 years ago
Merging #263 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ 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.
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.