Skip to content

Commit 5ab0dbc

Browse files
committed
alpha
1 parent 5e8c27d commit 5ab0dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ inputs:
5959
name:
6060
description: 'User defined upload name. Visible in Codecov UI'
6161
required: false
62+
network_filter:
63+
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)'
6264
override_branch:
6365
description: 'Specify the branch name'
6466
required: false
@@ -74,8 +76,6 @@ inputs:
7476
override_tag:
7577
description: 'Specify the git tag'
7678
required: false
77-
network_filter:
78-
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)'
7979
required: false
8080
path_to_write_report:
8181
description: 'Write upload file to path before uploading'

0 commit comments

Comments
 (0)