Closed pnuu closed 2 years ago
Merging #67 (2c9854f) into main (8d1fe8f) will increase coverage by
0.11%
. The diff coverage is75.00%
.
@@ Coverage Diff @@
## main #67 +/- ##
==========================================
+ Coverage 46.49% 46.61% +0.11%
==========================================
Files 15 15
Lines 2540 2525 -15
==========================================
- Hits 1181 1177 -4
+ Misses 1359 1348 -11
Impacted Files | Coverage Δ | |
---|---|---|
trollsched/satpass.py | 63.22% <50.00%> (+0.40%) |
:arrow_up: |
trollsched/schedule.py | 15.16% <50.00%> (+0.07%) |
:arrow_up: |
trollsched/tests/test_schedule.py | 96.73% <100.00%> (+1.50%) |
:arrow_up: |
trollsched/utils.py | 14.81% <100.00%> (-0.67%) |
: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 8d1fe8f...2c9854f. Read the comment docs.
There were still some remainders of Python 2.7 support. This PR removes them.
git diff origin/main **/*py | flake8 --diff