Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
add a coverage drop threshold to limit codecov failure spam #803
Conversation
lbergelson
added some commits
Feb 10, 2017
codecov-io
commented
Feb 10, 2017
•
Codecov Report@@ Coverage Diff @@
## master #803 +/- ##
============================================
+ Coverage 64.73% 64.74% +0.01%
- Complexity 7134 7138 +4
============================================
Files 525 525
Lines 31679 31679
Branches 5414 5414
============================================
+ Hits 20506 20512 +6
+ Misses 9028 9026 -2
+ Partials 2145 2141 -4
Continue to review full report at Codecov.
|
|
|
lbergelson
was assigned
by droazen
Feb 21, 2017
lbergelson
merged commit cabe78f
into
master
Feb 21, 2017
lbergelson
deleted the
lb_add_codecov_threshold branch
Feb 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lbergelson commentedFeb 10, 2017
Codecov is adding failure messages for very small coverage changes that aren't worrisome. I'm adding a threshold that should hopefully fix it so only more significant coverage drops are reported as failures.