Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 373 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 373 Bytes

CoverageReporter

Usage

- name: Coverage Reporter
  uses: peek-travel/coverage-reporter@main
  id: coverage-reporter
  if: github.event_name == 'pull_request'
  with: 
    pull_number: ${{ github.event.number }}
    repository: ${{ github.repository }}
    head_branch: ${{ github.head_ref }}
    lcov_path: cover/**-lcov.info
    coverage_threshold: 80