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

Build(deps): Bump codecov/codecov-action from 3 to 4 #1938

Merged
merged 3 commits into from
Feb 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2024

Bumps codecov/codecov-action from 3 to 4.

Release notes

Sourced from codecov/codecov-action's releases.

v4.0.0

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Feb 3, 2024
dependabot bot and others added 2 commits February 6, 2024 22:06
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](codecov/codecov-action@v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
@Chartman123 Chartman123 force-pushed the dependabot/github_actions/main/codecov/codecov-action-4 branch from ffac2cb to e08c05d Compare February 6, 2024 21:07
@Chartman123
Copy link
Collaborator

@susnux currently the Codecov upload doesn't seem to work... Any ideas?

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux
Copy link
Collaborator

susnux commented Feb 12, 2024

currently the Codecov upload doesn't seem to work... Any ideas?

When updating the workflows the code coverage was removed. Fixed now.

Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (15a6208) 44.75% compared to head (f5c8f32) 56.48%.
Report is 21 commits behind head on main.

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #1938       +/-   ##
=============================================
+ Coverage     44.75%   56.48%   +11.72%     
+ Complexity      687       62      -625     
=============================================
  Files            59        3       -56     
  Lines          2699      216     -2483     
=============================================
- Hits           1208      122     -1086     
+ Misses         1491       94     -1397     

@susnux susnux merged commit 6c3b2e3 into main Feb 12, 2024
47 of 48 checks passed
@susnux susnux deleted the dependabot/github_actions/main/codecov/codecov-action-4 branch February 12, 2024 16:13
@susnux
Copy link
Collaborator

susnux commented Feb 12, 2024

/backport to stable3

@backportbot backportbot bot added the backport-request Pending backport by the backport-bot label Feb 12, 2024
Copy link

backportbot bot commented Feb 12, 2024

The backport to stable3 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable3
git pull origin stable3

# Create the new backport branch
git checkout -b backport/1938/stable3

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 30c27ae8 e08c05d5 f5c8f322

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1938/stable3

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@susnux
Copy link
Collaborator

susnux commented Feb 12, 2024

/backport to stable3

Copy link

backportbot bot commented Feb 12, 2024

The backport to stable3 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable3
git pull origin stable3

# Create the new backport branch
git checkout -b backport/1938/stable3

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 30c27ae8 e08c05d5 f5c8f322

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1938/stable3

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews backport-request Pending backport by the backport-bot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants