-
Notifications
You must be signed in to change notification settings - Fork 193
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
Customise reporting #405
Comments
Similar issue here. In the case of I've seen multiple tools (sqlfluff, pylint, etc.), either directly or with plugins have a In this case, the format would look something like
vs something like
|
I'm open to the idea. I'll take a look at a pr if one comes in. Sorry this issue must had gotten lost in the shuffle. |
I also have this requirement, and have created #432 as an example of the report generator for this use case. A hook / plugin system would be cool - the logic does not feel very extendable right now. |
Hey!
I'm trying out diff_cover in Github Actions. Github Actions supports annotations where If I in a job run print out something like
I will get these in the job logs:
And in the Pull request view it will show this:
Which is very neat.
However right now, I need to use diif_cover to create a json and the parse that to print out the annotations. I think it would make sense to have it as an option in diff_cover, but to me it looks like there's no way to inject custom reporting.
I think this could be done either using a hook system like with violations or by letting users specify "--format" or something.
I can contribute the PR, just wanted to hear what way you think it should be implemented
The text was updated successfully, but these errors were encountered: