-
Notifications
You must be signed in to change notification settings - Fork 32
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
Supporting coverage plugins #419
Comments
The best option would be to allow custom package installation, through one of the options set on the action. |
This would probably lead to a slower action start for users of this feature. It's not a problem per se, but let's keep that in mind. Also, I imagine we'd soon have people requesting the ability to install custom apt packages because they need them for the python packages etc. I wonder if there could be a way to select a custom base image instead... |
That's actually a good call. Why don't we update the base image to include the top 10 most used coverage.py plugins? |
Do you want to compare the current base image with, say, what it would be if we installed the plugins advertised in the coverage lib? I'm ok going this way this if this doesn't add more than 30% to the size of the image (gotta put the threshold somewhere). (haha we're featured on that page, I didn't know that 😅) |
I'll try to have a look on that this weekend. |
Is there any way to support coverage plugins?
My
.coveragerc
file uses thedjango_coverage_plugin
pluginAnd I get this error when running the workflow:
The text was updated successfully, but these errors were encountered: