feat: add network params (#1365)

This commit is contained in:
Tom Hu
2024-04-09 10:53:53 -07:00
committed by GitHub
parent 640b86a455
commit 363a65ad48
5 changed files with 29 additions and 1 deletions

View File

@@ -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