-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
Coverage 6.0 moved coverage.misc.NoSource
to coverage.exceptions.NoSource
#326
Comments
I took a look at reporter.py here: there are many internal elements being accessed. It would be better to work out a public API that does what you need. |
Thanks for looking into it. I did figure out a solution for my problem. Turns out the circleCI configuration of the github repo I was submitting a pull request to would install the latest stable version of both coveralls and coverage python packages.
I changed this to let coveralls choose which version of coverage to use (not yet 6.0), and then it built with no error.
I suspect that there are more projects out there with similar configuration (copy-pasted?) that will be affected by this change. A quick search seems to confirm that suspicion. |
There aren't really any issues with the current version. Verified by providing a smoke integration test Updated tox and classifiers fixes TheKevJames#326
BTW, coverage.py 6.0.1 restored access to the exceptions from |
No major issues in adding support, the bulpk of the work here is providing a smoke test for verification. Also updated tox and classifiers with new compatible ranges. Fixes #326
No major issues in adding support, the bulpk of the work here is providing a smoke test for verification. Also updated tox and classifiers with new compatible ranges. Fixes TheKevJames#326
Looks like the latest stable version of coverage breaks the reporting from coveralls-python.
nedbat/coveragepy@6a3d3aa#diff-8489ba0fa1175208cbaa2e586bbf94c70fe721b8ebd8f022452e431fefd64168
The text was updated successfully, but these errors were encountered: