A set of overrides that are passed to Codecov.

interface UploadOverrides {
    branch?: string;
    build?: string;
    compareSha?: string;
    pr?: string;
    sha?: string;
    slug?: string;
}

Properties

branch?: string

Specify the branch manually.

build?: string

Specify the build number manually.

compareSha?: string

Specify the compare SHA manually. GH Actions only.

pr?: string

Specify the pull request number manually.

sha?: string

Specify the commit SHA manually.

slug?: string

Specify the slug manually.

Generated using TypeDoc