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.
2021-04-14 12:42:11 +02:00
2019-11-01 18:47:18 +01:00
2019-11-03 02:05:38 +01:00
2021-04-14 12:42:11 +02:00
2019-11-02 23:25:41 +01:00
2021-04-14 12:42:11 +02:00
2019-11-02 23:31:01 +01:00
2019-09-02 21:28:34 -04:00
2019-11-02 23:25:41 +01:00
2020-10-04 19:13:35 +02:00
2019-09-02 22:31:27 -04:00
2019-11-03 02:05:38 +01:00
2019-11-02 23:31:01 +01:00
2019-11-02 23:31:01 +01:00
2019-09-02 21:28:34 -04:00

Coverage check

A GitHub Action that check minimum coverage percentage!

This action requires a Github token with checks:write scope to allow create the check run using the Github API v3. But no need to generate any new token, you can use the Github action token (${{ github.token }})

Usage

Lcov

- uses: devmasx/coverage-check-action@v1.2.0
  with:
    type: lcov
    result_path: coverage/example.lcov
    min_coverage: 90
    token: ${{ github.token }}

Simplecov

- uses: devmasx/coverage-check-action@v1.2.0
  with:
    type: simplecov
    result_path: coverage/.last_run.json
    min_coverage: 90
    token: ${{ github.token }}

Screenshots

Success Fail

Description
Create a check for coverage percentage.
Readme 449 KiB
Languages
Ruby 71.5%
JavaScript 27.3%
Dockerfile 1.2%