Skip to content

Commit

Permalink
doc: mention that coverage-reports can be a glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas authored and mrfyda committed Jun 19, 2024
1 parent 55c3b57 commit a388184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The Codacy GitHub Action is a wrapper for running the [Codacy Coverage Reporter
|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------|
| `project-token` | [Project API token](https://docs.codacy.com/codacy-api/api-tokens/#project-api-tokens) | `${{ secrets.CODACY_PROJECT_TOKEN }}` |
| `api-token` | [Account API token](https://docs.codacy.com/codacy-api/api-tokens/#account-api-tokens), an alternative to `project-token` when setting up multiple repositories | `${{ secrets.CODACY_API_TOKEN }}` |
| `coverage-reports` | Optional path to the coverage report relative to the repository root, or a comma-separated list for multiple reports | `''` |
| `coverage-reports` | Optional path or glob pattern to the coverage report relative to the repository root, or a comma-separated list for multiple reports | `''` |
| `language` | Optionally associate a language with your coverage report(s) | `''` |
| `force-coverage-parser` | Optionally force using a specific coverage report parser | `''` |
| `coverage-reporter-version` | Optionally force using a specific coverage reporter version | `''`

0 comments on commit a388184

Please sign in to comment.