GitHub Action
Coverage Report for lcov format
v1
Latest version
Add summary of coverage report as comment on Pull Request.
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'