mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-17 16:31:45 +00:00
copypasta
This commit is contained in:
parent
5ab0dbc584
commit
6ac8172373
1 changed files with 1 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
network_filter:
|
network_filter:
|
||||||
description: 'Used to restrict the set of git/hg files that can be matched with filenames in the coverage report. This is useful for monorepos or other setups where a full filepath may not be specified in the coverage report, and that shortened filepath may appear multiple times in a directory structure (e.g. __init__.py)'
|
description: 'Used to restrict the set of git/hg files that can be matched with filenames in the coverage report. This is useful for monorepos or other setups where a full filepath may not be specified in the coverage report, and that shortened filepath may appear multiple times in a directory structure (e.g. __init__.py)'
|
||||||
|
required: false
|
||||||
override_branch:
|
override_branch:
|
||||||
description: 'Specify the branch name'
|
description: 'Specify the branch name'
|
||||||
required: false
|
required: false
|
||||||
|
|
@ -76,7 +77,6 @@ inputs:
|
||||||
override_tag:
|
override_tag:
|
||||||
description: 'Specify the git tag'
|
description: 'Specify the git tag'
|
||||||
required: false
|
required: false
|
||||||
required: false
|
|
||||||
path_to_write_report:
|
path_to_write_report:
|
||||||
description: 'Write upload file to path before uploading'
|
description: 'Write upload file to path before uploading'
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue