Skip to content

Commit

Permalink
fix: update action.yml (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 31, 2024
1 parent a7b945c commit f30e495
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions action.yml
Expand Up @@ -11,23 +11,26 @@ inputs:
files:
description: 'Comma-separated list of files to upload'
required: false
commit_parent:
description: 'Override to specify the parent commit SHA'
required: false
directory:
description: 'Directory to search for coverage reports.'
required: false
flags:
description: 'Flag upload to group coverage metrics (e.g. unittests | integration | ui,chrome)'
required: false
dry_run:
description: "Don't upload files to Codecov"
required: false
env_vars:
description: 'Environment variables to tag the upload with (e.g. PYTHON | OS,PYTHON)'
required: false
exclude:
description: 'Folders to exclude from search'
required: false
fail_ci_if_error:
description: 'Specify whether or not CI build should fail if Codecov runs into an error during upload'
required: false
gcov:
description: 'Run with gcov support'
flags:
description: 'Flag upload to group coverage metrics (e.g. unittests | integration | ui,chrome)'
required: false
name:
description: 'User defined upload name. Visible in Codecov UI'
Expand All @@ -47,6 +50,9 @@ inputs:
override_pr:
description: 'Specify the pull request number'
required: false
plugin:
description: 'plugins to run. Options: xcode, gcov, pycoverage. The default behavior runs them all.'
required: false
plugins:
description: 'Comma-separated list of plugins for use during upload.'
required: false
Expand All @@ -56,6 +62,9 @@ inputs:
slug:
description: 'Specify the slug manually (Enterprise use)'
required: false
url:
description: 'Specify the base url to upload (Enterprise use)'
required: false
verbose:
description: 'Specify whether the Codecov output should be verbose'
required: false
Expand Down

0 comments on commit f30e495

Please sign in to comment.