b3b00/Coverlet coverage test
Run coverlet coverage using a msbuild.rsp generated configuration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 14, 2026
- License
- MIT
Pinned Snippet
uses: b3b00/coverlet-action@e3b086ec97cfb71335465370d628a4e4e22b5791 # 1.3.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| output | output filename | yes | ./lcov.info |
| outputFormat | output format : lcov, json, opencover, cobertura, teamcity (see coverlet documentation) | yes | lcov |
| excludes | assemblies, namespaces, exclusions (see coverlet documentation) | no | — |
| testProject | path to unit test project file or solution file from repository root | yes | — |
| threshold | threshold below which tests fail. | no | — |
| debug | if true, produces extra debugging output. Default is false. | no | — |
Outputs
| name | description |
|---|---|
| coverageFile | path to the generated coverage file |