Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions typings/codecov/codecov-action/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
- "v4"
- "v5"
- "v6"
- "v7"
134 changes: 134 additions & 0 deletions typings/codecov/codecov-action/v7/action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
# See https://github.com/typesafegithub/github-actions-typing
inputs:
token:
type: string
codecov_yml_path:
type: string
commit_parent:
type: string
directory:
type: string
disable_search:
type: boolean
disable_file_fixes:
type: boolean
dry_run:
type: boolean
env_vars:
type: list
separator: ','
list-item:
type: string
exclude:
type: list
separator: ','
list-item:
type: string
fail_ci_if_error:
type: boolean
files:
type: list
separator: ','
list-item:
type: string
flags:
type: list
separator: ','
list-item:
type: string
handle_no_reports_found:
type: boolean
job_code:
type: string
name:
type: string
os:
type: enum
name: OperatingSystem
allowed-values:
- linux
- macos
- windows
override_branch:
type: string
override_build:
type: string
override_build_url:
type: string
override_commit:
type: string
override_pr:
type: integer
plugins:
type: list
separator: ','
list-item:
type: enum
name: Plugin
allowed-values:
- xcode
- gcov
- pycoverage
report_code:
type: string
root_dir:
type: string
slug:
type: string
url:
type: string
use_legacy_upload_endpoint:
type: boolean
verbose:
type: boolean
version:
type: string
working-directory:
type: string
disable_safe_directory:
type: boolean
git_service:
type: string
network_filter:
type: string
network_prefix:
type: string
use_oidc:
type: boolean
base_sha:
type: string
binary:
type: boolean
disable_telem:
type: boolean
force:
type: boolean
gcov_args:
type: string
gcov_executable:
type: string
gcov_ignore:
type: list
separator: ','
list-item:
type: string
gcov_include:
type: list
separator: ','
list-item:
type: string
recurse_submodules:
type: boolean
report_type:
type: enum
allowed-values:
- coverage
- test_results
run_command:
type: string
skip_validation:
type: boolean
swift_project:
type: string
use_pypi:
type: boolean