Closed pllim closed 3 years ago
Merging #44 (8fc6e8e) into master (abd4b9b) will increase coverage by
0.65%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
+ Coverage 81.31% 81.97% +0.65%
==========================================
Files 13 13
Lines 910 910
==========================================
+ Hits 740 746 +6
+ Misses 170 164 -6
Impacted Files | Coverage Δ | |
---|---|---|
exovetter/utils.py | 70.70% <0.00%> (+1.91%) |
:arrow_up: |
exovetter/sweet.py | 97.72% <0.00%> (+6.81%) |
: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 abd4b9b...8fc6e8e. Read the comment docs.
Something funky is happening between pytest and pytest-openfiles plugin here. Also maybe using pytest-openfiles
isn't suitable for this repo anyway.
Fix #42
The failure was caused by a change of behavior in
pytest
6.2 released recently. No good way to get around it except to relax the warning checks.