Closed johandahlberg closed 7 years ago
Merging #38 into master will increase coverage by
1%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #38 +/- ##
====================================
+ Coverage 91% 91% +1%
====================================
Files 17 18 +1
Lines 624 648 +24
====================================
+ Hits 563 587 +24
Misses 61 61
Impacted Files | Coverage Δ | |
---|---|---|
checkQC/run_type_summarizer.py | 100% <100%> (ø) |
|
checkQC/__init__.py | 100% <100%> (ø) |
:arrow_up: |
checkQC/app.py | 91% <100%> (+1%) |
: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 015cb33...a386241. Read the comment docs.
Great!
This PR adds more information into the output, both in the normal logging and in the
--json
mode. The main thing is that it will include the thresholds set for the handlers into the output, but it will also tell the user which run type it has determined for the runfolder.