Closed AlvinValdez closed 5 years ago
Merging #687 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #687 +/- ##
=======================================
Coverage 86.71% 86.71%
=======================================
Files 16 16
Lines 1746 1746
=======================================
Hits 1514 1514
Misses 232 232
Impacted Files | Coverage Δ | |
---|---|---|
src/stats.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 26b47ee...22e9e9f. Read the comment docs.
You can add 'use strict' in the top of the file
One tip: instead of Fix for issue-670
use Fixes #670
and GitHub will autoclose the issue when this gets merged. See https://help.github.com/articles/closing-issues-using-keywords/
Updated code in filer/src/stats.js to use const instead of var.