Harmans Code Coverage Report
Version updated for https://github.com/hrgui/lcov-reporter-action to version v0.1.0.
- This action is used across all versions by 7 repositories.
Action Type
This is a Node action using Node version 12.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action generates a HTML test coverage report for your Jest tests, based on the lcov coverage report generated by your test runner. It automatically comments a pull request with the report, helping developers quickly identify areas of code not covered by tests.
What’s Changed
- fix: when adding a check-run, need to report a conclusion (4e9b678)
- feat: support for reporting coverage as a check-run for fuller detail (ae6159f)
- actions.yml change for testing (e274627)
- feat: delete previous comments (8c7f043)
- chore: repo location for testing (50f4d9b)
- v0.2.17 (b786241)
- v0.2.17-alpha.5 (05abfce)
- Use diff to build coverage (f3494ba)
- v0.2.17-alpha.4 (506f94b)
- Allow diffing of lcov files (4148348)