Skip to content

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

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

Fix codecov configuration: change 'file:' to 'files:'#41
Krastanov merged 1 commit intoQuantumSavory:mainfrom
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 83ccdfb into QuantumSavory:main Feb 5, 2026
1 of 15 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.

2 participants