Closed mgred closed 5 years ago
Merging #50 into master will increase coverage by
16.53%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #50 +/- ##
=========================================
+ Coverage 83.46% 100% +16.53%
=========================================
Files 1 1
Lines 127 124 -3
=========================================
+ Hits 106 124 +18
+ Misses 21 0 -21
Flag | Coverage Δ | |
---|---|---|
#unit | 100% <100%> (+16.53%) |
:arrow_up: |
Impacted Files | Coverage Δ | |
---|---|---|
lib/formatio.js | 100% <100%> (+16.53%) |
: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 4b2d1ac...721703a. Read the comment docs.
Go ahead and merge this @mgred
Cool ❤️
Purpose (TL;DR) - mandatory
Increase Test-Coverage
How to verify - mandatory
npm install
npm run test-coverage
Checklist for author
npm run lint
passes