603 B
603 B
Coverage check
A GitHub Action that check minimum coverage percentage!
Usage
Lcov
- uses: devmasx/coverage-check-action@v1.2.0
with:
type: lcov
result_path: coverage/example.lcov
min_coverage: 90
token: ${{secrets.GITHUB_TOKEN}}
Simplecov
- uses: devmasx/coverage-check-action@v1.2.0
with:
type: simplecov
result_path: coverage/.last_run.json
min_coverage: 90
token: ${{secrets.GITHUB_TOKEN}}

