Below you will find pages that utilize the taxonomy term “Srozen”
August 19, 2026
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.