SimpleCov Gate
Version updated for https://github.com/srozen/simplecov-gate to version 1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The SimpleCov Gate GitHub Action is a tool that automates the process of enforcing minimum line coverage requirements for your Ruby projects using SimpleCov. It integrates seamlessly with GitHub Actions, allowing you to add a check run to verify that your code coverage meets specified thresholds. The action reads the total line coverage from coverage.json and compares it against a specified minimum threshold, emitting an error if the coverage falls below the required level. This helps maintain high code quality and ensures that critical parts of your project are well-covered by tests.
What’s Changed
What’s Changed
- Add GitHub Action “SimpleCov Gate” to enforce coverage thresholds by @srozen in https://github.com/srozen/simplecov-gate/pull/2
New Contributors
- @srozen made their first contribution in https://github.com/srozen/simplecov-gate/pull/2
Full Changelog: https://github.com/srozen/simplecov-gate/commits/1.0.0