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

Update codecov/codecov-action action from vv4.6.0 to v5.0.0 #3453

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2024

This PR contains the following updates:

Package Type Update Change
codecov/codecov-action action major v4.6.0 -> v5.0.0

Release Notes

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

v5.0.0

Compare Source

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the repository settings page in codecov.io, you can set the ability for Codecov to receive a coverage report from ANY souce. This will allow contributors or other members of a repository to upload without needing access to the Codecov token.

[!WARNING]
The following arguments have been changed

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

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

What's Changed

Full Changelog: codecov/codecov-action@v4.6.0...v5.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 was generated by Mend Renovate. View the repository job log.

@arnfinn arnfinn merged commit a3d3401 into dependency_updates Nov 15, 2024
7 checks passed
@arnfinn arnfinn deleted the renovate/codecov-codecov-action-5.x branch November 15, 2024 13:26
arnfinn added a commit that referenced this pull request Nov 21, 2024
## Major update

* Update Node.js from vv20.18.0 to v22.11.0 (#3364)

## Minor updates

* Update cypress-io/github-action action from vv6.7.6 to v6.7.7 (#3407)

* Update dependency next from v14.2.16 to v14.2.17 (#3415)

* Update dependency cypress from v13.15.1 to v13.15.2 (#3414)

* Update sentry-javascript monorepo from v8.36.0 to v8.37.1 (#3413)

* Update dependency typescript-eslint from v8.12.2 to v8.13.0 (#3409)

* Update dependency @cypress/code-coverage from v3.13.5 to v3.13.6 (#3408)

* Update dependency knip from v5.36.2 to v5.36.3 (#3348)

* Update tanstack-query monorepo from v5.59.19 to v5.59.20 (#3422)

* Update dependency react-select from v5.8.2 to v5.8.3 (#3428)

* Update visx monorepo from v3.10.1 to v3.12.0 (#3426)

* Update dependency knip from v5.36.3 to v5.36.4 (#3429)

* Update dependency knip from v5.36.4 to v5.36.5 (#3430)

* Update dependency knip from v5.36.5 to v5.36.6 (#3431)

* Update dependency typescript-eslint from v8.13.0 to v8.14.0 (#3433)

* Update dependency decap-cms-app from v3.3.3 to v3.4.0 (#3434)

* Update dependency decap-cms-core from v3.4.2 to v3.5.0 (#3435)

* Update sentry-javascript monorepo from v8.37.1 to v8.38.0 (#3436)

* Update material-ui monorepo from v6.1.6 to v6.1.7 (#3444)

* Update dependency next from v14.2.17 to v14.2.18 (#3446)

* Update vitest monorepo from v2.1.4 to v2.1.5 (#3445)

* Update tanstack-query monorepo from v5.59.20 to v5.60.2 (#3451)

* Update dependency turbo from v2.2.3 to v2.3.0 (#3452)

* Update codecov/codecov-action action from vv4.6.0 to v5.0.0 (#3453)

* Update tanstack-query monorepo from v5.60.2 to v5.60.5 (#3456)

* chore(deps): update codecov/codecov-action action from vv5.0.0 to v5.0.2 (#3455)

* chore(deps): update dependency @cypress/code-coverage from v3.13.6 to v3.13.7 (#3473)

* chore(deps): update dependency husky from v9.1.6 to v9.1.7 (#3474)

* chore(deps): update dependency typescript-eslint from v8.14.0 to v8.15.0 (#3475)

* chore(deps): update dependency eslint from v9.14.0 to v9.15.0 (#3457)

* Update codecov/codecov-action action from vv5.0.2 to v5.0.4 (#3487)

* chore(deps): update dependency @types/node from v22.9.0 to v22.9.1 (#3485)

* chore(deps): update dawidd6/action-send-mail action from vv3 to v4 (#3493)

* fix(deps): update tanstack-query monorepo from v5.60.5 to v5.60.6 (#3479)

* chore(deps): update dependency cypress from v13.15.2 to v13.16.0 (#3488)

* chore(deps): update docker/metadata-action action from vv5.5.1 to v5.6.1 (#3482)

* fix(deps): update material-ui monorepo (#3498)

* fix(deps): update sentry-javascript monorepo from v8.38.0 to v8.39.0 (#3486)

* fix(deps): update tanstack-query monorepo from v5.60.6 to v5.61.0 (#3496)

* chore(deps): update codecov/codecov-action action from vv5.0.4 to v5.0.7 (#3497)

* yarn.lock-oppdatering

* chore(deps): update dependency knip from v5.36.6 to v5.37.1 (#3432)

Ikke export SkipSections type

---------
Co-authored-by: arnfinn <[email protected]>
arnfinn added a commit that referenced this pull request Nov 22, 2024
## Major update

* Update Node.js from vv20.18.0 to v22.11.0 (#3364)

## Minor updates

* Update cypress-io/github-action action from vv6.7.6 to v6.7.7 (#3407)

* Update dependency next from v14.2.16 to v14.2.17 (#3415)

* Update dependency cypress from v13.15.1 to v13.15.2 (#3414)

* Update sentry-javascript monorepo from v8.36.0 to v8.37.1 (#3413)

* Update dependency typescript-eslint from v8.12.2 to v8.13.0 (#3409)

* Update dependency @cypress/code-coverage from v3.13.5 to v3.13.6 (#3408)

* Update dependency knip from v5.36.2 to v5.36.3 (#3348)

* Update tanstack-query monorepo from v5.59.19 to v5.59.20 (#3422)

* Update dependency react-select from v5.8.2 to v5.8.3 (#3428)

* Update visx monorepo from v3.10.1 to v3.12.0 (#3426)

* Update dependency knip from v5.36.3 to v5.36.4 (#3429)

* Update dependency knip from v5.36.4 to v5.36.5 (#3430)

* Update dependency knip from v5.36.5 to v5.36.6 (#3431)

* Update dependency typescript-eslint from v8.13.0 to v8.14.0 (#3433)

* Update dependency decap-cms-app from v3.3.3 to v3.4.0 (#3434)

* Update dependency decap-cms-core from v3.4.2 to v3.5.0 (#3435)

* Update sentry-javascript monorepo from v8.37.1 to v8.38.0 (#3436)

* Update material-ui monorepo from v6.1.6 to v6.1.7 (#3444)

* Update dependency next from v14.2.17 to v14.2.18 (#3446)

* Update vitest monorepo from v2.1.4 to v2.1.5 (#3445)

* Update tanstack-query monorepo from v5.59.20 to v5.60.2 (#3451)

* Update dependency turbo from v2.2.3 to v2.3.0 (#3452)

* Update codecov/codecov-action action from vv4.6.0 to v5.0.0 (#3453)

* Update tanstack-query monorepo from v5.60.2 to v5.60.5 (#3456)

* chore(deps): update codecov/codecov-action action from vv5.0.0 to v5.0.2 (#3455)

* chore(deps): update dependency @cypress/code-coverage from v3.13.6 to v3.13.7 (#3473)

* chore(deps): update dependency husky from v9.1.6 to v9.1.7 (#3474)

* chore(deps): update dependency typescript-eslint from v8.14.0 to v8.15.0 (#3475)

* chore(deps): update dependency eslint from v9.14.0 to v9.15.0 (#3457)

* Update codecov/codecov-action action from vv5.0.2 to v5.0.4 (#3487)

* chore(deps): update dependency @types/node from v22.9.0 to v22.9.1 (#3485)

* chore(deps): update dawidd6/action-send-mail action from vv3 to v4 (#3493)

* fix(deps): update tanstack-query monorepo from v5.60.5 to v5.60.6 (#3479)

* chore(deps): update dependency cypress from v13.15.2 to v13.16.0 (#3488)

* chore(deps): update docker/metadata-action action from vv5.5.1 to v5.6.1 (#3482)

* fix(deps): update material-ui monorepo (#3498)

* fix(deps): update sentry-javascript monorepo from v8.38.0 to v8.39.0 (#3486)

* fix(deps): update tanstack-query monorepo from v5.60.6 to v5.61.0 (#3496)

* chore(deps): update codecov/codecov-action action from vv5.0.4 to v5.0.7 (#3497)

* yarn.lock-oppdatering

* chore(deps): update dependency knip from v5.36.6 to v5.37.1 (#3432)

Ikke export SkipSections type

---------
Co-authored-by: arnfinn <[email protected]>
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.

1 participant