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 and site-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!
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
srcandsite-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!