From b038edf3e0961b9b3f1feb7c4a0494ceb9dec41a Mon Sep 17 00:00:00 2001 From: opencode Date: Sun, 7 Jun 2026 09:09:51 +0000 Subject: [PATCH] Add typings for codecov/codecov-action v7 --- typings/codecov/codecov-action/metadata.yml | 1 + .../codecov-action/v7/action-types.yml | 134 ++++++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 typings/codecov/codecov-action/v7/action-types.yml diff --git a/typings/codecov/codecov-action/metadata.yml b/typings/codecov/codecov-action/metadata.yml index 1875e34..e2fdb7a 100644 --- a/typings/codecov/codecov-action/metadata.yml +++ b/typings/codecov/codecov-action/metadata.yml @@ -3,3 +3,4 @@ - "v4" - "v5" - "v6" +- "v7" diff --git a/typings/codecov/codecov-action/v7/action-types.yml b/typings/codecov/codecov-action/v7/action-types.yml new file mode 100644 index 0000000..766b1f8 --- /dev/null +++ b/typings/codecov/codecov-action/v7/action-types.yml @@ -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