This action writes LCOV coverage report summary to GitHub Actions Job Summary.
See action.yml.
coverage/lcov.info
is used by default.
steps:
- run: npm test -- --coverage
- uses: livewing/lcov-job-summary@v1.2.0
steps:
- uses: livewing/lcov-job-summary@v1.2.0
with:
lcov: path/to/lcov.info