gha-common/Go Beautiful HTML Coverage
A GitHub Action to track code coverage in your pull requests, with a beautiful HTML preview, for free.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 22, 2024
- License
- MIT
Pinned Snippet
uses: gha-common/go-beautiful-html-coverage@9e4a20de75235b56e51263137759332ec761a2f7 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner. For example, actions/checkout | — | ${{ github.repository }} |
| branch | The branch to checkout or create and push coverage to. | — | cover |
| token | The token to use for pushing to the repository. | — | ${{ github.token }} |
| path | The relative path of your go project. Useful for monorepos and custom folder structures. | — | ./ |
| threshold | The minimum % of coverage required. | — | 0 |
Outputs
no outputs