Skip to content
New issue

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

chore(deps): update codecov/codecov-action action to v4 #227

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
codecov/codecov-action action major v3.1.6 -> v4.3.0

Release Notes

codecov/codecov-action (codecov/codecov-action)

v4.3.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.0.2...v4.1.0

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.0.0...v4.0.1

v4.0.0

Compare Source

v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.

Breaking Changes
  • The Codecov Action runs as a node20 action due to node16 deprecation. See this post from GitHub on how to migrate.
  • Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This doc shows instructions on how to add the Codecov token.
  • OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our CLI download page
  • Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs

v3 versions and below will not have access to CLI features (e.g. global upload token, ATS).

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v3.1.6...v4.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 31, 2024 19:32
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-4.x branch from a00ce1f to 6935ded Compare February 1, 2024 23:24
Copy link
Contributor Author

renovate bot commented Feb 4, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@benjiro
Copy link
Member

benjiro commented Feb 4, 2024

@toddbaert @beeme1mr V4 contains a breaking changes. Ive added the workflow changes but we will need to generate a codecov token and set a secret called CODECOV_TOKEN

@benjiro benjiro force-pushed the renovate/codecov-codecov-action-4.x branch 2 times, most recently from 92d8dac to 1ff7cee Compare February 6, 2024 04:08
@toddbaert
Copy link
Member

@benjiro yep, I actually opened this issue with codecov. I think the latest versions might work for us now, but I've yet to confirm. I will revist it. Blocking for me.

Copy link
Member

@toddbaert toddbaert left a comment

Choose a reason for hiding this comment

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

@benjiro benjiro force-pushed the renovate/codecov-codecov-action-4.x branch from 1ff7cee to 24abe51 Compare February 12, 2024 11:44
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-4.x branch 3 times, most recently from d8c7967 to d1cd1bb Compare February 12, 2024 20:51
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-4.x branch 7 times, most recently from ccfe5a1 to d37a8b9 Compare February 26, 2024 19:55
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-4.x branch 4 times, most recently from a22b53f to 81c6a39 Compare March 12, 2024 19:43
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-4.x branch from 81c6a39 to d15452b Compare March 14, 2024 15:23
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-4.x branch 4 times, most recently from 4881ecc to 2dfb867 Compare March 28, 2024 16:02
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-4.x branch 2 times, most recently from 1657dce to a491299 Compare April 5, 2024 17:33
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-4.x branch 3 times, most recently from c354cd8 to 4057b64 Compare April 9, 2024 19:54
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-4.x branch from 4057b64 to 327558f Compare April 9, 2024 21:27
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Copy link

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.40%. Comparing base (e654222) to head (11fb3f1).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #227      +/-   ##
==========================================
- Coverage   95.50%   95.40%   -0.10%     
==========================================
  Files          27       27              
  Lines        1113     1111       -2     
  Branches      120      120              
==========================================
- Hits         1063     1060       -3     
- Misses         33       34       +1     
  Partials       17       17              

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

Copy link
Member

@beeme1mr beeme1mr left a comment

Choose a reason for hiding this comment

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

Awesome, thank you very much! We should just test that forks work as expected. The docs say that CodeCov supports anonymous uploads from forks but I would like to verify that.

@askpt askpt requested a review from toddbaert April 11, 2024 15:32
@beeme1mr beeme1mr merged commit 11a0333 into main Apr 11, 2024
13 of 14 checks passed
@beeme1mr beeme1mr deleted the renovate/codecov-codecov-action-4.x branch April 11, 2024 15:35
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.

None yet

4 participants