actions-marketplace-validations/Coveralls GitHub Action
Send test coverage data to Coveralls.io for analysis, change tracking, and notifications.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Put secrets.GITHUB_TOKEN here | no | ${{ github.token }} |
| path-to-lcov | Path to lcov file | no | ./coverage/lcov.info |
| flag-name | Job flag name, e.g. "Unit", "Functional", or "Integration". Will be shown in the Coveralls UI. | no | — |
| parallel | Set to true if you are running parallel jobs, then use "parallel-finished: true" for the last action. | no | — |
| parallel-finished | Set to true for the last action when using "parallel: true". | no | — |
| carryforward | Comma separated flags used to carryforward results from previous builds if some of the parallel jobs are missing. | no | — |
| coveralls-endpoint | Coveralls Enterprise server (more info: https://enterprise.coveralls.io) | no | https://coveralls.io |
| base-path | The root folder of the project that originally ran the tests | no | — |
| git-branch | Override the branch name | no | — |
| git-commit | Override the commit sha | no | — |
| debug | Enable debug logging | no | false |
Outputs
| name | description |
|---|---|
| coveralls-api-result | Result status of Coveralls API post. |