Closed Orycterope closed 4 years ago
Merging #332 into master will decrease coverage by
0.05%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #332 +/- ##
==========================================
- Coverage 70.36% 70.30% -0.06%
==========================================
Files 57 57
Lines 3718 3711 -7
==========================================
- Hits 2616 2609 -7
Misses 1102 1102
Impacted Files | Coverage Δ | |
---|---|---|
src/engines/bash-engine.cc | 89.29% <ø> (-0.25%) |
: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 4e4c8ad...85e7d80. Read the comment docs.
Hummm ... I don't get how removing lines can decrease the coverage percentage 🤔
I hope this is not important for this PR to be merged.
The coverage decrease sounds like a bug in coveralls/codecov, so don't worry about that :-)
Anyway, good stuff and a nice solution, thanks a lot!
See #331
The first commit is just there to prevent the line
PS4=...
in the helper to be printed when executed, which is inconvenient. There was no need to source the helper with -x, provided it sets -x anyway.