This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 139
Fails with coverage >= 5.0 #224
Comments
It would be really nice if the codecov package on pypi had a pin so that coverage 5.0 didn't get installed so long as it isn't supported. |
ngoldbaum
added a commit
to ngoldbaum/unyt
that referenced
this issue
Jan 10, 2020
ngoldbaum
added a commit
to ngoldbaum/unyt
that referenced
this issue
Jan 10, 2020
suutari-ai
added a commit
to suutari-ai/parkkihubi
that referenced
this issue
Jan 21, 2020
Currently codecov is not working, because there is an issue that it doesn't work with the coverage 5.0 Python package. Fix this issue by making sure that coverage 4.x is used instead. See the coverage error in the Travis build logs for latest master builds (e.g. [1]) and the codecov issue [2] [1] https://travis-ci.org/City-of-Helsinki/parkkihubi/jobs/639843555#L1003 [2] codecov/codecov-python#224
marmarek
added a commit
to marmarek/qubes-core-qrexec
that referenced
this issue
Feb 8, 2020
marmarek
added a commit
to marmarek/qubes-core-qrexec
that referenced
this issue
Feb 8, 2020
marmarek
added a commit
to marmarek/qubes-core-qrexec
that referenced
this issue
Feb 18, 2020
mssalvatore
added a commit
to mssalvatore/owwatcher
that referenced
this issue
May 17, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I find that codecov on Travis CI fails with the recent 5.0 release of coverage.
With
coverage
version5.0
(as well as5.0.1
) I get the following output:I haven't been able to determine what exactly causes this. Locally,
coverage xml -i
works fine with any version ofcoverage
.With
coverage
version4.5.4
uploading to codecov from Travis works:I've observed this in multiple repositories.
The text was updated successfully, but these errors were encountered: