Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

hugovk
Copy link
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
46 checks passed
@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