-
Notifications
You must be signed in to change notification settings - Fork 94
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: update config #5280
coverage: update config #5280
Conversation
The error message has now changed to:
|
That looks like it's happening for if "/" not in pattern:
pattern = "**/" + pattern |
So |
I don't think anything we do in the config will fix this. It appears to be a bug nedbat/coveragepy#1513. A temporary solution could be to pin coverage to |
What is the error? (I've never used matrix, and am getting lost in the chat...) I have a fix that allows plus signs and curly braces in directory and file names: https://github.com/nedbat/coveragepy/tree/nedbat/special-in-dirnames-1513 Update: I see it: |
The coverage.py fix is now on master in GitHub, I'll probably be publishing it today. |
The test is now passing on master |
This might help with a coverage error reported on Element
According to the changelog:
So I think our use of
*
is now broken? Not sure.Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
andconda-environment.yml
.CHANGES.md
entry included if this is a change that can affect users?.?.x
branch.