We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PHPUnit tests using deprecated codecov argument.
gc-digital-talent/.github/workflows/phpunit.yml
Line 71 in 6ef9044
Warning
The following arguments have been changed
file (this has been deprecated in favor of files) plugin (this has been deprecated in favor of plugins)
https://github.com/codecov/codecov-action/releases/tag/v5.0.0
Replace file: coverage.xml with files: coverage.xml.
file: coverage.xml
files: coverage.xml
The text was updated successfully, but these errors were encountered:
codecov-action
mnigh
Successfully merging a pull request may close this issue.
๐ ๏ธ Tooling
PHPUnit tests using deprecated codecov argument.
๐ต๏ธ Details
gc-digital-talent/.github/workflows/phpunit.yml
Line 71 in 6ef9044
https://github.com/codecov/codecov-action/releases/tag/v5.0.0
Screenshot
๐โโ๏ธ Proposed Solution
Replace
file: coverage.xml
withfiles: coverage.xml
.โ Acceptance Criteria
The text was updated successfully, but these errors were encountered: