Coverage Report for lcov format with monorepo context support
ActionsAdd summary of coverage report as comment on Pull Request.
No need to run if not triggered by pull_request
- name: Coverage Report on Pull Request with Additional Monorepo Context
uses: Subatomic-Agency/lcov-report-action-with-context@0.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
package-name: monorepo-package-name
coveralls-link: https://path.to.your.build
lcov-path: coverage/lcov.info
production-lcov-path: coverage/production.lcov.info
if: github.event_name == 'pull_request'Coverage Report for lcov format with monorepo context support is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.