Molmed / checkQC

CheckQC inspects the content of an Illumina runfolder and determines if it passes a set of quality criteria
http://checkqc.readthedocs.io/
GNU General Public License v3.0
25 stars 16 forks source link

Include logger config and use click.version #33

Closed johandahlberg closed 7 years ago

johandahlberg commented 7 years ago

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.

codecov[bot] commented 7 years ago

Codecov Report

Merging #33 into master will increase coverage by 1%. The diff coverage is 40%.

Impacted file tree graph

@@         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.