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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 22, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: gha-common/go-beautiful-html-coverage@9e4a20de75235b56e51263137759332ec761a2f7 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repositoryRepository name with owner. For example, actions/checkout${{ github.repository }}
branchThe branch to checkout or create and push coverage to.cover
tokenThe token to use for pushing to the repository.${{ github.token }}
pathThe relative path of your go project. Useful for monorepos and custom folder structures../
thresholdThe minimum % of coverage required.0

no outputs