-
Notifications
You must be signed in to change notification settings - Fork 214
Inconsistent coverage reports #356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is it always the same test configuration that lacks the src coverage or is it kind of random? |
It seems random, and I even saw it once where the src coverage was reported
for a job and then not reported after restarting the same job shortly after
the first.
Note that this just started happening in the last few weeks from what I can
tell...
…On Wed, Oct 30, 2019 at 4:17 AM Ionel Cristian Mărieș < ***@***.***> wrote:
Is it always the same test configuration that lacks the src coverage or is
it kind of random?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#356?email_source=notifications&email_token=ABNLQAU3ZSOIX4ENVPWSKDDQRFUONA5CNFSM4JGTRD6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECTZFCI#issuecomment-547852937>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNLQASM23GE6F35Z2RIKZTQRFUONANCNFSM4JGTRD6A>
.
|
Here is an example of a build where https://codecov.io/gh/apriha/snps/commit/57c204a4a436def6fe38d6bce610234c7ed92478/build Specifically, here are the raw reports: 2nd report (after restarting job) Notice how the 2nd report doesn't have the element |
Ok, it looks like the coverage that's being reported in the I then came across this and added the recommended fix ( |
FYI, since results are not being combined, removing the following from
Thanks for providing |
Is this related to nedbat/coveragepy#883 (comment)? |
Hi guys, I'm not sure if this is a pytest-cov, coverage, or Travis CI issue, but recently my Travis builds have started producing inconsistent coverage reports. For example, with this job, the coverage report is including
src
andsite-packages
:https://travis-ci.org/apriha/snps/jobs/604796573
However, with this job (same parent build as the previous) the coverage report only includes
site-packages
:https://travis-ci.org/apriha/snps/jobs/604796575
Any idea what's happening here? Thanks in advance!
The text was updated successfully, but these errors were encountered: