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