Skip to content

Commit 5337de2

Browse files
committed
GHA: Fix codecov warning
Fixes ``` Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory'] ``` Also set a distinct workflow name. There were two "PEtab" workflows - make them distinguishable.
1 parent c4a395b commit 5337de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_petab_sciml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PEtab
1+
name: PEtab SciML
22
on:
33
push:
44
branches:
@@ -87,6 +87,6 @@ jobs:
8787
uses: codecov/codecov-action@v5
8888
with:
8989
token: ${{ secrets.CODECOV_TOKEN }}
90-
file: coverage_petab_sciml.xml
90+
files: coverage_petab_sciml.xml
9191
flags: petab_sciml
9292
fail_ci_if_error: true

0 commit comments

Comments
 (0)