codecov/Basic Test Results
Aggregates and processes tests files in CI. Outputs the failed tests as a comment on the PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 22, 2026
- License
- MIT
Pinned Snippet
uses: codecov/basic-test-results@c46ff461955b5cd6eb57cbe9ff22f3b77fc15824 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | 'The secrets.GITHUB_TOKEN to be able to interact with the current PR and comment on it.' | yes | — |
| directory | Directory to search for test result reports. Will run test processing on all files in the directory. | no | — |
| disable-search | Disable search for test result files. This is helpful when specifying what files you want to run test report processing with the --file option. | no | — |
| exclude | Directories to exclude from search. | no | — |
| file | Path to the junit file to run test result processing. | no | — |
| version | Specify which version of the Codecov CLI should be used. Defaults to `latest`. | no | — |
Outputs
no outputs