Skip to content

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

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

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

Conversation

@Krastanov-agent
Copy link
Copy Markdown
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 <[email protected]>
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.63%. Comparing base (7b3e140) to head (13a83ce).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #153   +/-   ##
=======================================
  Coverage   94.63%   94.63%           
=======================================
  Files          12       12           
  Lines         317      317           
=======================================
  Hits          300      300           
  Misses         17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Krastanov Krastanov merged commit 7870bef into JuliaDynamics:master Feb 5, 2026
10 of 14 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