Conversation
|
Thanks! |
|
@stevepeak I've wondered about the Github integration of codecov. What is the best-practice of handling builds from Travis matrix? Should it be uploaded only once, or for each combination of Python/Django/...? |
We do have a Github Status that does this check. A project (the entire project coverage) and a patch (the lines adjusted) coverage statuses. We have a ticket to add thresholds to them here: https://github.com/codecov/support/issues/88
To insure accuracy of reporting Codecov, as of now, requires the CI state to be successful to compare coverage. If tests fail then some lines may not be hit and therefore cause coverage to decrease (very common). I you have suggestions on changing this feature please let me know how :)
Codecov merges reports automatically, no setup required. The only specification you can optionally add is |
|
@stevepeak
They are not enabled for this repo though, are they? (#7) |
|
Your very welcome 👍 You can see the two statuses in the commits above. Codecov has not got an upload from the pending build yet. |
No description provided.