Closed genio closed 5 years ago
Merging #36 into master will increase coverage by
0.04%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #36 +/- ##
==========================================
+ Coverage 91% 91.04% +0.04%
==========================================
Files 14 14
Lines 200 201 +1
Branches 26 26
==========================================
+ Hits 182 183 +1
Misses 4 4
Partials 14 14
Impacted Files | Coverage Δ | |
---|---|---|
t/phase.t | 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 09ed7df...d24a358. Read the comment docs.
thanks
With a slurp, the layers might be converting the newlines on windows to \r\n rather than \n. Accommodate all file endings in the regular expressions in phase.t to ensure that the test will still pass when running on Windows.