You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The coverage report I generate locally works fine:
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.
The text was updated successfully, but these errors were encountered: