Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix ordering of assignments in FastQReader constructor. #878
Conversation
codecov-io
commented
May 22, 2017
•
Codecov Report
@@ Coverage Diff @@
## master #878 +/- ##
===============================================
+ Coverage 65.006% 65.025% +0.019%
- Complexity 7229 7235 +6
===============================================
Files 528 528
Lines 31894 31894
Branches 5444 5444
===============================================
+ Hits 20733 20739 +6
+ Misses 9013 9012 -1
+ Partials 2148 2143 -5
|
lbergelson
self-requested a review
May 22, 2017
droazen
merged commit d7bae17
into
samtools:master
May 26, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cmnbroad commentedMay 22, 2017
•
edited
FastQReader doesn't handle leading blank lines correctly in all constructors.