Skip to content

Remove unused gcov: true for codecov-action@v4#8521

Merged
hugovk merged 1 commit intopython-pillow:mainfrom
hugovk:gcov
Nov 2, 2024
Merged

Remove unused gcov: true for codecov-action@v4#8521
hugovk merged 1 commit intopython-pillow:mainfrom
hugovk:gcov

Conversation

@hugovk
Copy link
Copy Markdown
Member

@hugovk hugovk commented Nov 2, 2024

The gcov argument has been removed codecov/codecov-action@v4 and has been replaced by an optional plugin that includes gcov by default:

Input Description Required
plugin plugins to run. Options: xcode, gcov, pycoverage. The default behavior runs them all.

https://github.com/codecov/codecov-action#arguments

This will remove some warnings like:

Unexpected input(s) 'gcov', valid inputs are ['token', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'file', 'files', 'flags', 'git_service', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugin', 'plugins', 'report_code', 'root_dir', 'slug', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']

https://github.com/python-pillow/Pillow/actions/runs/11641379867
https://github.com/python-pillow/Pillow/actions/runs/11641379864

@hugovk hugovk merged commit 48a4ee9 into python-pillow:main Nov 2, 2024
@hugovk hugovk deleted the gcov branch November 2, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants