-
-
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
__init__() missing 1 required positional argument: 'name' with coverage ~= 6.1
#333
Comments
It might be easier to address in |
I have similar problem running coveralls in GitHub Action
|
@TheKevJames Will need to pin the version to the next release of |
@TheKevJames Please pin |
@DanielNoord I wouldn't suggest pinning |
Yeah, that's what I meant. Thanks for opening the PR 🎉 |
Hey folks, thanks for investigating this and special thanks to @cdce8p for the fix. I've just released coveralls v3.3.1 with the included restriction. Separately, I'll investigate further our use of internal APIs from coverage-py as mentioned in nedbat/coveragepy#1273 . I really thought we'd managed to fix that issue... |
After updating to
coveralls ~= 3.3
and trying to run the CI ofpylint
withcoverage ~= 6.1
we are running into an error. Based on the traceback I'm reporting it here. Running withcoverage ~= 5.5
does not fail.Run of the CI can be found here https://github.com/PyCQA/pylint/runs/4104109552?check_suite_focus=true
Perhaps #330 only adds support for 6.0 and not 6.1?
Happy to provide any other details or data necessary to fix this!
The text was updated successfully, but these errors were encountered: