We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
github.com/odanado/coverage-history-action does an awesome job of achieving code coverage comparison with a only a single action call and doesn't need extra job runs. You can see an example PR.
It's achieved through caching master and then comparing it to a feature branch.
This would be an awesome thing to do for SimpleCov too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
github.com/odanado/coverage-history-action does an awesome job of achieving code coverage comparison with a only a single action call and doesn't need extra job runs. You can see an example PR.
It's achieved through caching master and then comparing it to a feature branch.
This would be an awesome thing to do for SimpleCov too.
The text was updated successfully, but these errors were encountered: