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.
Miguel Savignano bb5d80096d generate lcov
2019-11-03 01:25:37 +01:00

603 B

Coverage check

A GitHub Action that check minimum coverage percentage!

Usage

Simplecov

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

Lcov

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

Screenshots

Success Fail