Closed pnuu closed 2 years ago
Merging #135 (9bf87b1) into main (fe49955) will increase coverage by
0.07%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #135 +/- ##
==========================================
+ Coverage 95.08% 95.16% +0.07%
==========================================
Files 11 11
Lines 2280 2296 +16
==========================================
+ Hits 2168 2185 +17
+ Misses 112 111 -1
Flag | Coverage Δ | |
---|---|---|
unittests | 95.16% <100.00%> (+0.07%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
trollflow2/launcher.py | 87.71% <100.00%> (+0.34%) |
:arrow_up: |
trollflow2/tests/test_launcher.py | 97.95% <100.00%> (+0.08%) |
: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 fe49955...9bf87b1. Read the comment docs.
In #134 the config reading was refactored, and the
Loader
kwarg was accidentally changed when the product list is read.flake8 trollflow2