Closed alurban closed 3 years ago
Merging #321 (c145456) into master (c1c6fea) will increase coverage by
1.42%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #321 +/- ##
==========================================
+ Coverage 49.08% 50.50% +1.42%
==========================================
Files 59 60 +1
Lines 8401 8644 +243
==========================================
+ Hits 4123 4365 +242
- Misses 4278 4279 +1
Flag | Coverage Δ | |
---|---|---|
Linux | 50.50% <100.00%> (+1.42%) |
:arrow_up: |
python36 | 49.69% <100.00%> (+1.47%) |
:arrow_up: |
python37 | 49.69% <100.00%> (+1.47%) |
:arrow_up: |
python38 | 50.50% <100.00%> (+1.42%) |
:arrow_up: |
python39 | 50.50% <100.00%> (+1.42%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
gwsumm/batch.py | 99.59% <100.00%> (ø) |
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 c1c6fea...c145456. Read the comment docs.
This PR implements unit testing for the
gwsumm.batch
command-line module.cc @duncanmmacleod