GitHub Action that executes unit tests present anywhere within a golang based GitHub repository and reports results including coverage metrics
GitHub Action that executes unit tests present anywhere within a golang based GitHub repository and reports results including coverage metrics
name | description | required | default |
---|---|---|---|
checkout-repo |
Perform checkout as first step of action |
false |
true |
github-token |
GitHub token that can checkout the consumer repository. e.g. 'secrets.GITHUB_TOKEN' |
true |
"" |
| --- | --- | --- | --- |
| checkout-repo | Perform checkout as first step of action | false
| true |
| github-token | GitHub token that can checkout the consumer repository. e.g. 'secrets.GITHUB_TOKEN' | true
| |
This action is a composite
action.
This action is a composite
action.
- uses: @
with:
checkout-repo:
# Perform checkout as first step of action
#
# Required: false
# Default: true
github-token:
# GitHub token that can checkout the consumer repository. e.g. 'secrets.GITHUB_TOKEN'
#
# Required: true
# Default: ""