chore(release): 7.1.0 (#1971)

* chore(release): 7.1.0

Bump the wrapper submodule to 0.3.0 and expose the new cleanup
input for downloading the CLI into a temporary directory.

Co-authored-by: Cursor <cursoragent@cursor.com>

* docs: drop release-note README copy

Remove CircleCI and changelog-style release notes from README;
input docs remain in action.yml, upload.yml, and step.yml.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Tom Hu
2026-09-14 17:26:26 -07:00
committed by GitHub
parent fb8b3582c8
commit 0b35c9ecc4
5 changed files with 49 additions and 17 deletions

View File

@@ -137,6 +137,7 @@ Codecov's Action supports inputs from the user. These inputs, along with their d
| :--- | :--- | :---: |
| `base_sha` | 'The base SHA to select. This is only used in the "pr-base-picking" run command' | Optional
| `binary` | The file location of a pre-downloaded version of the CLI. If specified, integrity checking will be bypassed. | Optional
| `cleanup` | If true, download the CLI into a temporary directory and clean it up after the run. Off by default. | Optional
| `codecov_yml_path` | The location of the codecov.yml file. This is currently ONLY used for automated test selection (https://docs.codecov.com/docs/getting-started-with-ats). Note that for all other cases, the Codecov yaml will need to be located as described here: https://docs.codecov.com/docs/codecov-yaml#can-i-name-the-file-codecovyml | Optional
| `commit_parent` | SHA (with 40 chars) of what should be the parent of this commit. | Optional
| `directory` | Folder to search for coverage files. Default to the current working directory | Optional