This repository has been archived on 2023-10-25 . You can view files and clone it, but cannot push or open issues or pull requests.
* Add percentage to action name * Test with percentage in output title
Coverage check
A GitHub Action that check minimum coverage percentage!
Usage
Lcov
- uses: devmasx/coverage-check-action@v1.1.0
with:
type: lcov
result_path: coverage/example.lcov
min_coverage: 90
token: ${{secrets.GITHUB_TOKEN}}
Simplecov
- uses: devmasx/coverage-check-action@v1.1.0
with:
type: simplecov
result_path: coverage/.last_run.json
min_coverage: 90
token: ${{secrets.GITHUB_TOKEN}}
Screenshots
Description
Languages
Ruby
71.5%
JavaScript
27.3%
Dockerfile
1.2%

