Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
fixing vararg warnings on test compilation #809
Conversation
lbergelson
added some commits
Feb 27, 2017
codecov-io
commented
Feb 27, 2017
Codecov Report
@@ Coverage Diff @@
## master #809 +/- ##
===============================================
- Coverage 64.867% 64.858% -0.009%
+ Complexity 7175 7174 -1
===============================================
Files 526 526
Lines 31731 31731
Branches 5424 5424
===============================================
- Hits 20583 20580 -3
- Misses 9000 9002 +2
- Partials 2148 2149 +1
Continue to review full report at Codecov.
|
|
|
lbergelson
was assigned
by droazen
Mar 7, 2017
lbergelson
merged commit 9ab5518
into
master
Mar 7, 2017
4 of 5 checks passed
codecov/changes
1 file has unexpected coverage changes not visible in diff.
Details
codecov/patch
Coverage not affected when comparing c1227d8...7cb78dd
Details
codecov/project
64.858% (-0.009%) compared to c1227d8
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
lbergelson
deleted the
lb_fix_annoying_warnings_on_testcompile branch
Mar 7, 2017
magicDGS
added a commit
to magicDGS/htsjdk
that referenced
this pull request
Mar 8, 2017
|
|
lbergelson + magicDGS |
8d61256
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lbergelson commentedFeb 27, 2017
fixing the 4 annoying warnings that pop up whenever you compile tests
I also added a test case that seems to have been accidentally forgotten, the variable was constructed but not added to the dataprovider.
the first commit just fixes the extraneous , the second commit has the casts and the extra test case