shogo82148/actions-goveralls

Coveralls GitHub Action with Go integration powered by mattn/goveralls

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenCoveralls uses this token to verify the posted coverage data on the repo and create a new check based on the results.yes${{ github.token }}
path-to-profilea path to your cover profile.no""
parallelSet to true if you are running parallel jobs, then use "parallel_finished: true" for the last action.nofalse
parallel-finishedSet to true for the last action when using "parallel: true".nofalse
job-numberjob number (DEPRECATED)no${{ strategy.job-index }}
flag-nameJob flag name, e.g. "Unit", "Functional", or "Integration". Will be shown in the Coveralls UI.no${{ strategy.job-index }}
working-directoryworking directoryno.
ignoreComma separated files to ignoreno""
shallowShallow coveralls internal server errorsnofalse

no outputs