Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Md5CalculatingOutputStream support for Path #814
Conversation
codecov-io
commented
Mar 2, 2017
Codecov Report
@@ Coverage Diff @@
## master #814 +/- ##
===============================================
- Coverage 64.867% 64.854% -0.014%
+ Complexity 7175 7173 -2
===============================================
Files 526 526
Lines 31731 31733 +2
Branches 5424 5424
===============================================
- Hits 20583 20580 -3
- Misses 9000 9002 +2
- Partials 2148 2151 +3
Continue to review full report at Codecov.
|
|
This is a very simple patch to be able to use the MD5 calculation wrapper with a |
magicDGS
referenced
this pull request
in magicDGS/ReadTools
Mar 3, 2017
Closed
Use the Path constructor for Md5CalculatingOutputStream #142
lbergelson
merged commit 737ceec
into
samtools:master
Mar 3, 2017
3 of 4 checks passed
codecov/changes
2 files have unexpected coverage changes not visible in diff.
Details
codecov/patch
100% of diff hit (target 64.867%)
Details
codecov/project
Absolute coverage decreased by -0.014% but relative coverage increased by +35.133% compared to c1227d8
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
|
Thanks! |
magicDGS
deleted the
magicDGS:dgs_Md5CalculatingOutputStream_path branch
Mar 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
magicDGS commentedMar 2, 2017
•
edited
Description
Very simple patch to allow writing the MD5 digest file to a path.
Checklist