mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-19 12:05:43 +00:00
feat: add network params (#1365)
This commit is contained in:
parent
640b86a455
commit
363a65ad48
5 changed files with 29 additions and 1 deletions
|
|
@ -56,6 +56,12 @@ inputs:
|
|||
name:
|
||||
description: 'User defined upload name. Visible in Codecov UI'
|
||||
required: false
|
||||
network_filter:
|
||||
description: 'Specify a filter on the files listed in the network section of the Codecov report. This will only add files whose path begin with the specified filter. Useful for upload-specific path fixing'
|
||||
required: false
|
||||
network_prefix:
|
||||
description: 'Specify a prefix on files listed in the network section of the Codecov report. Useful to help resolve path fixing'
|
||||
required: false
|
||||
os:
|
||||
description: 'Override the assumed OS. Options are linux | macos | windows.'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue