shogo82148/actions-goveralls
Coveralls GitHub Action with Go integration powered by mattn/goveralls
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Coveralls 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-profile | a path to your cover profile. | no | "" |
| parallel | Set to true if you are running parallel jobs, then use "parallel_finished: true" for the last action. | no | false |
| parallel-finished | Set to true for the last action when using "parallel: true". | no | false |
| job-number | job number (DEPRECATED) | no | ${{ strategy.job-index }} |
| flag-name | Job flag name, e.g. "Unit", "Functional", or "Integration". Will be shown in the Coveralls UI. | no | ${{ strategy.job-index }} |
| working-directory | working directory | no | . |
| ignore | Comma separated files to ignore | no | "" |
| shallow | Shallow coveralls internal server errors | no | false |
Outputs
no outputs