Closed kyleam closed 4 years ago
Merging #497 into master will increase coverage by
0.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #497 +/- ##
==========================================
+ Coverage 89.64% 89.66% +0.01%
==========================================
Files 148 148
Lines 12193 12209 +16
==========================================
+ Hits 10931 10947 +16
Misses 1262 1262
Impacted Files | Coverage Δ | |
---|---|---|
reproman/interface/jobs.py | 99% <100%> (+0.04%) |
:arrow_up: |
reproman/interface/tests/test_run.py | 99.61% <100%> (+0.01%) |
: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 f307fba...c7fdb3b. Read the comment docs.
The new test is leaving a process behind. I'll rework it.
The new test is leaving a process behind. I'll rework it.
Updated.
The first two commits are minor clean-ups around the same code path as the title issue, which is addressed by the final commit.