Closed johandahlberg closed 7 years ago
Merging #33 into master will increase coverage by
1%
. The diff coverage is40%
.
@@ Coverage Diff @@
## master #33 +/- ##
====================================
+ Coverage 90% 91% +1%
====================================
Files 17 17
Lines 626 624 -2
====================================
Hits 562 562
+ Misses 64 62 -2
Impacted Files | Coverage Δ | |
---|---|---|
checkQC/__init__.py | 100% <100%> (ø) |
:arrow_up: |
checkQC/app.py | 90% <25%> (+4%) |
: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 7259b41...eaefb89. Read the comment docs.
The logger config was not included in the distribution, and I found the
click.version
option which worked better than then way I did it before.