Closed g00dnatur3 closed 4 years ago
Merging #292 into master will decrease coverage by
0.95%
. The diff coverage is16.66%
.
@@ Coverage Diff @@
## master #292 +/- ##
==========================================
- Coverage 97.00% 96.05% -0.96%
==========================================
Files 31 31
Lines 1001 1013 +12
==========================================
+ Hits 971 973 +2
- Misses 30 40 +10
Impacted Files | Coverage Δ | |
---|---|---|
src/util/childProcess.js | 84.61% <16.66%> (-15.39%) |
:arrow_down: |
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 c53c725...ffc9b82. Read the comment docs.
The new logging filter i put in place in previous release was filtering out the individual successful steps.
updated the stdout white list to include the check mark so those steps get picked up
Cheers!