Skip to content
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

Figure out how to ignore venv from codecov #40

Open
stam opened this issue May 7, 2017 · 1 comment
Open

Figure out how to ignore venv from codecov #40

stam opened this issue May 7, 2017 · 1 comment

Comments

@stam
Copy link
Contributor

stam commented May 7, 2017

The coverage report I generate locally works fine:

src/hub.py                   89     10    89%

Hub has a coverage of 89%
However the coverage also includes pip packages installed in venv, which I believe messes up the coverage on codecov.io

I tried to fix this in cbd340c but that config change doesn't seem to trigger a codecov recalculate.

stam pushed a commit that referenced this issue May 7, 2017
@SpaceK33z
Copy link
Contributor

That's because the venv/ folder does not exist in the repository for CI builds. This is because the CI already sets up a venv for us. I have no idea yet where this venv exactly lives.

@SpaceK33z SpaceK33z removed their assignment Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants