Below you will find pages that utilize the taxonomy term “Hrgui”
August 27, 2026
Harmans Code Coverage Report
Version updated for https://github.com/hrgui/lcov-reporter-action to version v0.2.18-alpha.12.
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 comments a pull request with an HTML test coverage report based on a lcov coverage file generated by another action. It automates the process of sharing test results, helping developers quickly assess code coverage and identify areas needing improvement.
August 16, 2026
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.
August 16, 2026
Harmans Code Coverage Report
Version updated for https://github.com/hrgui/lcov-reporter-action to version v0.2.18-alpha.12.
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 action generates a HTML coverage report based on the lcov coverage generated by your test runner and comments it into a pull request. It expects the tests to have been run by another action already. The report shows the total coverage percentage, file-wise branch, function, line, and uncovered lines details.
August 8, 2026
Harmans Code Coverage Report
Version updated for https://github.com/hrgui/lcov-reporter-action to version v0.2.18-alpha.12.
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 comments a pull request with an HTML test coverage report based on the lcov report generated by your test runner. It automates the process of providing clear and actionable feedback on code coverage, helping developers identify areas that need improvement or missing tests.
August 8, 2026
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 action generates a HTML test coverage report based on the lcov coverage report generated by your test runner and comments it to a pull request. It does not run any tests but expects them to have been run by another action already. The key capabilities include generating a detailed coverage report, linking to specific files where coverage is lower, and displaying the total coverage percentage.