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): bump codecov/codecov-action action from v3.1.6 to v4 (main) #9401

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2024

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.5.0...v4.6.0

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v4.4.1...v4.5.0

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.4.0...v4.4.1

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.3.1...v4.4.0

v4.3.1

Compare Source

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

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Vienna, 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.

Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

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

Action currently fails at setting up git with gpg

@ChristophWurst
Copy link
Member

ChristophWurst commented Mar 20, 2024

ValueError: Can't determine root folder: codecov/codecov-action#1248 (comment)

@ChristophWurst
Copy link
Member

no improvements with root_dir

@kesselb kesselb self-assigned this Oct 17, 2024
@renovate renovate bot force-pushed the renovate/main-codecov-codecov-action-4.x branch from b46d5f9 to 65f802f Compare October 17, 2024 10:22
@renovate renovate bot requested a review from GretaD as a code owner October 17, 2024 10:22
@kesselb kesselb force-pushed the renovate/main-codecov-codecov-action-4.x branch from 65f802f to 6bec86a Compare October 17, 2024 10:47
Copy link
Contributor Author

renovate bot commented Oct 17, 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.

@kesselb kesselb force-pushed the renovate/main-codecov-codecov-action-4.x branch 2 times, most recently from 856161f to 4b1d67e Compare October 17, 2024 11:26
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@kesselb kesselb force-pushed the renovate/main-codecov-codecov-action-4.x branch from 4b1d67e to ebf7817 Compare October 18, 2024 11:28
@kesselb
Copy link
Contributor

kesselb commented Oct 18, 2024

@ChristophWurst can you take another look?

I've added the working-directory option for codecov and now the report looks better. We are still seeing 841 indirect changes on https://app.codecov.io/github/nextcloud/mail/pull/9401, but that's hopefully just for the migration.

We still upload the coverage to often:

unit tests: stable30 and master
integration tests: sqlite, mysql, pgsql

The workflow needs an update to reduce that.

I can take care in a follow-up.

@ChristophWurst ChristophWurst merged commit 231e028 into main Oct 24, 2024
34 checks passed
@ChristophWurst ChristophWurst deleted the renovate/main-codecov-codecov-action-4.x branch October 24, 2024 09:20
@kesselb
Copy link
Contributor

kesselb commented Oct 24, 2024

/backport to stable4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants