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.
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.