Skip to content

Fix codecov configuration: change 'file:' to 'files:'#217

Merged
Krastanov merged 1 commit intoqojulia:masterfrom
Krastanov-agent:fix-codecov-file-param-code
Feb 5, 2026
Merged

Fix codecov configuration: change 'file:' to 'files:'#217
Krastanov merged 1 commit intoqojulia:masterfrom
Krastanov-agent:fix-codecov-file-param-code

Conversation

@Krastanov-agent
Copy link
Contributor

Summary

  • Updates codecov GitHub action configuration to use files: instead of deprecated file: parameter
  • Affects workflow files in .github/workflows/

Context

The codecov action has deprecated the file: parameter in favor of files: (plural). This change updates all workflow files to use the correct parameter name to avoid potential issues with future codecov action versions.

Changes

  • Replace file: lcov.info with files: lcov.info in all GitHub workflow files

Testing

  • Verify workflows still run successfully
  • Confirm codecov uploads work as expected

🤖 Generated with Claude Code

The codecov action parameter 'file:' has been deprecated in favor of 'files:'.
This updates all workflow files to use the correct parameter name.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@Krastanov Krastanov merged commit 2bb7aad into qojulia:master Feb 5, 2026
14 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants