carlosdevpereira/Test coverage agent
An action that runs your tests, uploads the coverage report to Cloudflare and attaches the results to your PRs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The github token that will be used to comment the results on available pull requests. | yes | — |
| cloudflare-api-token | The API Token that will be used to upload the coverage reports to Cloudflare. | yes | — |
| cloudflare-account-id | The Account ID that will be used to upload the coverage reports to Cloudflare. | yes | — |
| cloudflare-project-name | The name of the Cloudflare Pages project where the coverage reports will be uploaded to. | yes | — |
| test-command | The command that will be executed to run the tests and generate the coverage report. | yes | — |
| coverage-location | The location of the coverage report that will be uploaded to Cloudflare. | yes | — |
| base-coverage-branch | The base branch that will be used to compare the coverage report with. | yes | — |
Outputs
no outputs