ncruces/Go coverage report
This action updates adds an HTML coverage report and SVG badge to your wiki.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| coverage-file | Coverage input file. By default, generate coverage for all packages in the current module. | — | — |
| module-dir | The module root directory, containing the go.mod file. By default, the repository's root directory. | — | — |
| output-dir | Output directory for the badge, report, chart, etc, relative to the wiki's root directory. By default, the wiki's root directory. | — | — |
| badge-style | Badge style generated by shields.io (one of flat, flat-square, plastic, for-the-badge, social). | — | flat |
| badge-title | Badge title generated by shields.io. | — | coverage |
| report | Generate an HTML coverage report. | — | true |
| chart | Generate a coverage over time chart. | — | false |
| amend | Amend wiki, avoiding spurious commits. | — | false |
| reuse-go | — | — | — |
Outputs
no outputs