|
1 | 1 | Options: |
2 | | - -b, --build Specify the build number manually |
3 | | - -B, --branch Specify the branch manually |
4 | | - -e, --env Specify environment variables to be included with this build. |
5 | | - Also accepting environment variables: CODECOV_ENV=VAR,VAR2 |
6 | | - -C, --sha Specify the commit SHA mannually |
7 | | - -f, --file Target file(s) to upload |
8 | | - -F, --flags Flag the upload to group coverage metrics [default: ""] |
9 | | - -n, --name Custom defined name of the upload. Visible in Codecov UI |
10 | | - [default: ""] |
11 | | - -N, --parent The commit SHA of the parent for which you are uploading |
12 | | - coverage. If not present, the parent will be determined using |
13 | | - the API of your repository provider. When using the repository |
14 | | - provider's API, the parent is determined via finding the |
15 | | - closest ancestor to the commit. |
16 | | - -P, --pr Specify the pull request number mannually |
17 | | - -s, --dir Directory to search for coverage reports. |
18 | | - Already searches project root and current working directory |
19 | | - -t, --token Codecov upload token [default: ""] |
20 | | - -T, --tag Specify the git tag [default: ""] |
21 | | - -v, --verbose Run with verbose logging [boolean] |
22 | | - -R, --rootDir Specify the project root directory when not in a git repo |
23 | | - -Z, --nonZero Should errors exit with a non-zero (default: false) |
24 | | - [boolean] [default: false] |
25 | | - -d, --dryRun Don't upload files to Codecov [boolean] |
26 | | - -r, --slug Specify the slug manually |
27 | | - -u, --url Change the upload host (Enterprise use) |
28 | | - [string] [default: "https://codecov.io"] |
29 | | - -c, --clean Move discovered coverage reports to the trash |
30 | | - [boolean] [default: false] |
31 | | - -X, --feature Toggle functionalities. |
32 | | - Separate multiple ones by comma: -X network,search |
33 | | - -X network Disable uploading the file network |
34 | | - -X search Disable searching for coverage files |
35 | | - [string] |
36 | | - -Q, --source Used internally by Codecov, this argument helps track wrappers |
37 | | - of the uploader (e.g. GitHub Action, CircleCI Orb) |
38 | | - [string] [default: ""] |
39 | | - --version Show version number [boolean] |
40 | | - -h, --help Show help [boolean] |
| 2 | + -b, --build Specify the build number manually |
| 3 | + -B, --branch Specify the branch manually |
| 4 | + -e, --env Specify environment variables to be included with this build. |
| 5 | + Also accepting environment variables: CODECOV_ENV=VAR,VAR2 |
| 6 | + -C, --sha Specify the commit SHA mannually |
| 7 | + -f, --file Target file(s) to upload |
| 8 | + -F, --flags Flag the upload to group coverage metrics [default: ""] |
| 9 | + -n, --name Custom defined name of the upload. Visible in Codecov UI |
| 10 | + [default: ""] |
| 11 | + -N, --parent The commit SHA of the parent for which you are uploading |
| 12 | + coverage. If not present, the parent will be determined using |
| 13 | + the API of your repository provider. When using the repository |
| 14 | + provider's API, the parent is determined via finding the |
| 15 | + closest ancestor to the commit. |
| 16 | + -P, --pr Specify the pull request number mannually |
| 17 | + -s, --dir Directory to search for coverage reports. |
| 18 | + Already searches project root and current working directory |
| 19 | + -t, --token Codecov upload token [default: ""] |
| 20 | + -T, --tag Specify the git tag [default: ""] |
| 21 | + -v, --verbose Run with verbose logging [boolean] |
| 22 | + -R, --rootDir Specify the project root directory when not in a git repo |
| 23 | + -Z, --nonZero Should errors exit with a non-zero (default: false) |
| 24 | + [boolean] [default: false] |
| 25 | + -d, --dryRun Don't upload files to Codecov [boolean] |
| 26 | + -r, --slug Specify the slug manually |
| 27 | + -u, --url Change the upload host (Enterprise use) |
| 28 | + [string] [default: "https://codecov.io"] |
| 29 | + -c, --clean Move discovered coverage reports to the trash |
| 30 | + [boolean] [default: false] |
| 31 | + -X, --feature Toggle functionalities. |
| 32 | + Separate multiple ones by comma: -X network,search |
| 33 | + -X network Disable uploading the file network |
| 34 | + -X search Disable searching for coverage files |
| 35 | + [string] |
| 36 | + -Q, --source Used internally by Codecov, this argument helps track wrappers |
| 37 | + of the uploader (e.g. GitHub Action, CircleCI Orb) |
| 38 | + [string] [default: ""] |
| 39 | + --gcov Run with gcov support [boolean] [default: false] |
| 40 | + --gcovIgnore Paths to ignore during gcov gathering [string] |
| 41 | + --gcovInclude Paths to include during gcov gathering [string] |
| 42 | + --gcovArgs Extra arguments to pass to gcov [string] |
| 43 | + --version Show version number [boolean] |
| 44 | + -h, --help Show help [boolean] |
0 commit comments