Skip to content

Reports code coverage summaries and annotations on github pull requests

Notifications You must be signed in to change notification settings

peek-travel/coverage-reporter

Repository files navigation

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

About

Reports code coverage summaries and annotations on github pull requests

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages