Skip to content

Write the LCOV Report to GitHub Actions Job Summary.

License

Notifications You must be signed in to change notification settings

livewing/lcov-job-summary

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-job-summary

This action writes LCOV coverage report summary to GitHub Actions Job Summary.

Preview

Usage

See action.yml.

coverage/lcov.info is used by default.

steps:
  - run: npm test -- --coverage
  - uses: livewing/lcov-job-summary@v1.1.0

Specify LCOV report file

steps:
  - uses: livewing/lcov-job-summary@v1.1.0
    with:
      lcov: path/to/lcov.info

License

MIT License