/lcov-job-summary

Write the LCOV Report to GitHub Actions Job Summary.

Primary LanguageTypeScriptMIT LicenseMIT

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