Closed johandahlberg closed 7 years ago
Merging #28 into master will increase coverage by
0.03%
. The diff coverage is93.54%
.
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
+ Coverage 93.34% 93.38% +0.03%
==========================================
Files 16 16
Lines 526 544 +18
==========================================
+ Hits 491 508 +17
- Misses 35 36 +1
Impacted Files | Coverage Δ | |
---|---|---|
checkQC/handlers/yield_handler.py | 90.9% <100%> (ø) |
:arrow_up: |
checkQC/qc_engine.py | 100% <100%> (ø) |
:arrow_up: |
checkQC/handlers/reads_per_sample_handler.py | 96.15% <100%> (ø) |
:arrow_up: |
checkQC/handlers/error_rate_handler.py | 87.87% <100%> (ø) |
:arrow_up: |
checkQC/handlers/cluster_pf_handler.py | 95.45% <100%> (ø) |
:arrow_up: |
checkQC/handlers/q30_handler.py | 95.45% <100%> (ø) |
:arrow_up: |
...heckQC/handlers/undetermined_percentage_handler.py | 95.83% <100%> (ø) |
:arrow_up: |
checkQC/app.py | 88.37% <87.5%> (+1.52%) |
:arrow_up: |
checkQC/handlers/qc_handler.py | 90.78% <90%> (-0.39%) |
: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 fa58c18...4608022. Read the comment docs.
This adds a new mode json mode to CheckQC. When this flag is used it will print the reports as json to stdout. This is useful to pass the results to other programs, and will make it easier to add webservice capabilities to CheckQC in the future.
Here is an example of that this will look like: