Closed kyleam closed 4 years ago
Merging #508 into master will decrease coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #508 +/- ##
==========================================
- Coverage 89.64% 89.62% -0.02%
==========================================
Files 148 148
Lines 12209 12216 +7
==========================================
+ Hits 10945 10949 +4
- Misses 1264 1267 +3
Impacted Files | Coverage Δ | |
---|---|---|
reproman/distributions/tests/test_conda.py | 100.00% <ø> (ø) |
|
reproman/distributions/conda.py | 92.27% <100.00%> (-1.90%) |
:arrow_down: |
reproman/distributions/piputils.py | 100.00% <100.00%> (ø) |
|
reproman/utils.py | 86.86% <0.00%> (+0.16%) |
:arrow_up: |
reproman/resource/ssh.py | 89.16% <0.00%> (+0.83%) |
: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 2ffa175...7b0d49e. Read the comment docs.
We've been pinning the miniconda URL since a6a571709 (2019-08-07) because our tests fails with the newer conda versions. This series should bring the tests into a passing state with the latest conda.
Fixes #446.