Skip to content

fix Codecov v5 input from file to files#3308

Merged
zuiderkwast merged 2 commits into
valkey-io:unstablefrom
sarthakaggarwal97:fix-codecov
Mar 5, 2026
Merged

fix Codecov v5 input from file to files#3308
zuiderkwast merged 2 commits into
valkey-io:unstablefrom
sarthakaggarwal97:fix-codecov

Conversation

@sarthakaggarwal97

@sarthakaggarwal97 sarthakaggarwal97 commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

This PR fixes a Codecov workflow misconfiguration introduced when upgrading codecov/codecov-action from v4 to v5 (in #3185).
In v5, the action expects files (plural), but the workflow still used file.

The coverage shown is 0 right now: https://app.codecov.io/gh/valkey-io/valkey

Documentation from - https://github.com/codecov/codecov-action/tree/v5?tab=readme-ov-file#arguments

The following arguments have been changed

    file (this has been deprecated in favor of files)
    plugin (this has been deprecated in favor of plugins)

Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
@codecov

codecov Bot commented Mar 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.92%. Comparing base (896e9c8) to head (083c71b).
⚠️ Report is 4 commits behind head on unstable.

Additional details and impacted files
@@              Coverage Diff              @@
##           unstable    #3308       +/-   ##
=============================================
+ Coverage          0   74.92%   +74.92%     
=============================================
  Files             0      129      +129     
  Lines             0    71547    +71547     
=============================================
+ Hits              0    53607    +53607     
- Misses            0    17940    +17940     

see 129 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@roshkhatri roshkhatri left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TYSM, LGTM! 👍

@zuiderkwast zuiderkwast left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great finding, thanks!

Not very backward compatible of that workflow to break this. Seems they could have kept support for file as an alias.

@zuiderkwast zuiderkwast merged commit 35db3e1 into valkey-io:unstable Mar 5, 2026
58 checks passed
eifrah-aws pushed a commit to eifrah-aws/valkey that referenced this pull request Mar 5, 2026
This PR fixes a Codecov workflow misconfiguration introduced when
upgrading codecov/codecov-action from v4 to v5 (in valkey-io#3185).
In v5, the action expects files (plural), but the workflow still used
file.

The coverage shown is 0 right now:
https://app.codecov.io/gh/valkey-io/valkey


Documentation from -
https://github.com/codecov/codecov-action/tree/v5?tab=readme-ov-file#arguments

```
The following arguments have been changed

    file (this has been deprecated in favor of files)
    plugin (this has been deprecated in favor of plugins)

```

Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
hpatro pushed a commit to hpatro/valkey that referenced this pull request Mar 5, 2026
This PR fixes a Codecov workflow misconfiguration introduced when
upgrading codecov/codecov-action from v4 to v5 (in valkey-io#3185).
In v5, the action expects files (plural), but the workflow still used
file.

The coverage shown is 0 right now:
https://app.codecov.io/gh/valkey-io/valkey

Documentation from -
https://github.com/codecov/codecov-action/tree/v5?tab=readme-ov-file#arguments

```
The following arguments have been changed

    file (this has been deprecated in favor of files)
    plugin (this has been deprecated in favor of plugins)

```

Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
Signed-off-by: Harkrishn Patro <bunty.hari@gmail.com>
akashkgit pushed a commit to akashkgit/valkey that referenced this pull request Mar 6, 2026
This PR fixes a Codecov workflow misconfiguration introduced when
upgrading codecov/codecov-action from v4 to v5 (in valkey-io#3185).
In v5, the action expects files (plural), but the workflow still used
file.

The coverage shown is 0 right now:
https://app.codecov.io/gh/valkey-io/valkey


Documentation from -
https://github.com/codecov/codecov-action/tree/v5?tab=readme-ov-file#arguments

```
The following arguments have been changed

    file (this has been deprecated in favor of files)
    plugin (this has been deprecated in favor of plugins)

```

Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
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.

4 participants