Coverage commentator
ActionsTags
(2)Required Set github.token for comment to PR.
Required Coverage file path. It allow glob pattern.
Optional Coverage format. Currently supported "cobertura" only.
Optional Dry run mode when set 1.
None
- name: Test coverage
uses: kuju63/coverage-comment
with:
token: ${{ github.token }}
paths: csharp/test/Sample.Tests/TestResults/**/coverage.cobertura.xml
- name: Test coverage
uses: kuju63/coverage-comment
with:
token: ${{ github.token }}
paths: csharp/test/Sample.Tests/TestResults/**/coverage.cobertura.xml
type: 'cobertura'
debug: '0'
Coverage commentator 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.