Skip to content

nohmad/lcov-report-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

lcov-report-action

build

Add summary of coverage report as comment on Pull Request.

Usage

No need to run if not triggered by pull_request

    - name: Coverage Report on Pull Request
      uses: nohmad/lcov-report-action@v1
      with:
        github-token: ${{ secrets.GITHUB_TOKEN }}
        lcov-info: coverage/lcov.info
      if: github.event_name == 'pull_request'