407 B
407 B
Brakeman github action
Check your coverage percentage.
Usage
Simplecov
- uses: devmasx/coverage-check-action@coverage-check
with:
result_path: coverage/.last_run.json
token: ${{secrets.GITHUB_TOKEN}}
type: simplecov
min_coverage: 90

