-
Notifications
You must be signed in to change notification settings - Fork 63
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.py (python) #117
Comments
The error looks a bit like #102. Should I revert to an older version of coverage.py? |
On my local machine this works:
|
@Maarten-vd-Sande Can you link me to the action run log where |
I am not sure if you can see the log, but I think my first message gives it. |
@Maarten-vd-Sande I've pushed a fix for this. Can you try |
Yes I saw it! It seems to work! |
Thanks a lot for the super fast fix! |
I am trying to get codeclimate-action to work with coverage.py. However I am having some issues. I switched from conda to pip which solved the issue that the command coverage isn't found. However now I have some issues with the action mangling paths it seems:
It manages to find the coverage.xml file, but somehow something goes wrong with the paths. I am not sure what could be causing this. I am using the latest version (v2.5.2). This is how I call it:
The text was updated successfully, but these errors were encountered: