Skip to content

Add support for diff coverage reporting #329

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jorgeAtViboo
Copy link

This PR aims to adds an optional argument diffCoverageFile to the action which would be a detailed diff report of the modified files in a PR.

The goal being to be able to set high threshold for modified files while only evaluating the changes made in the PR itself and not get punished for making changes in a large untested file. Some packages like https://github.com/Bachmann1234/diff_cover for python offer a more detailed list of line changed from the git diffs which would allow to make a better judgment on what changes are introduced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant