Closed otkach closed 5 years ago
Merging #732 into master will decrease coverage by
0.07%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #732 +/- ##
==========================================
- Coverage 86.71% 86.63% -0.08%
==========================================
Files 16 16
Lines 1746 1736 -10
==========================================
- Hits 1514 1504 -10
Misses 232 232
Impacted Files | Coverage Δ | |
---|---|---|
src/filesystem/interface.js | 93.29% <0%> (-0.39%) |
:arrow_down: |
src/stats.js | 100% <0%> (ø) |
:arrow_up: |
src/fs-watcher.js | 92.3% <0%> (ø) |
:arrow_up: |
src/shell/environment.js | 100% <0%> (ø) |
: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...6fbc69a. Read the comment docs.
@humphd all changes was made due to your request. Please check if everything is fine.
All
vars
were changed tolet
orconst
. Also'use strict';
was added to file.