Skip to content

[gh-actions](deps): Bump codecov/codecov-action from 5 to 6#226

Merged
yarikoptic merged 1 commit into
masterfrom
dependabot/github_actions/codecov/codecov-action-6
Apr 25, 2026
Merged

[gh-actions](deps): Bump codecov/codecov-action from 5 to 6#226
yarikoptic merged 1 commit into
masterfrom
dependabot/github_actions/codecov/codecov-action-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps codecov/codecov-action from 5 to 6.

Release notes

Sourced from codecov/codecov-action's releases.

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

v5.5.2

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.5.1...v5.5.2

v5.5.1

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

@dependabot dependabot Bot added internal Changes only affect the internal API major Increment the major version when merged labels Mar 30, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.92%. Comparing base (d2c5f59) to head (219ef38).
⚠️ Report is 6 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (d2c5f59) and HEAD (219ef38). Click for more details.

HEAD has 4 uploads less than BASE
Flag BASE (d2c5f59) HEAD (219ef38)
10 6
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #226       +/-   ##
===========================================
- Coverage   55.45%   42.92%   -12.53%     
===========================================
  Files          10       10               
  Lines        1421     1421               
  Branches      222      222               
===========================================
- Hits          788      610      -178     
- Misses        581      810      +229     
+ Partials       52        1       -51     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yarikoptic yarikoptic removed the major Increment the major version when merged label Apr 25, 2026
@yarikoptic
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 25, 2026

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@yarikoptic
Copy link
Copy Markdown
Member

I have also did specify freshier appveyor token specifically for my account (prior one seemed to be 5 yo)

@yarikoptic
Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/codecov/codecov-action-6 branch from 1edabdc to 219ef38 Compare April 25, 2026 01:20
@yarikoptic
Copy link
Copy Markdown
Member

uff -- now pypy is not happy and

  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/tinuous/circleci.py", line 32, in get_auth_tokens
    raise RuntimeError(
RuntimeError: CircleCI token not set.  Set via CIRCLECI_CLI_TOKEN environment variable or log in with `circleci` client.  See <https://github.com/con/tinuous#circleci> for more information.

on circle ci I have

image

although use came from our server, not github ci and on prior version

image

dang -- there was more to the backtrace

Run coverage run --source tinuous --branch -m tinuous fetch
   ] tinuous: tinuous 0.7.2.post4+gfa6e95f
Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/tinuous/circleci.py", line 29, in get_auth_tokens
    with (Path.home() / ".circleci" / "cli.yml").open() as fp:
  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/pathlib.py", line 1119, in open
    return self._accessor.open(self, mode, buffering, encoding, errors,
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/.circleci/cli.yml'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/tinuous/__main__.py", line 375, in <module>
    main()
  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/click/core.py", line 1514, in __call__
    return self.main(*args, **kwargs)
  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/click/core.py", line 1435, in main
    rv = self.invoke(ctx)
  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/click/core.py", line 1902, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/click/core.py", line 1298, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/click/core.py", line 853, in invoke
    return callback(*args, **kwargs)
  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/click/decorators.py", line 46, in new_func
    return f(get_current_context().obj, *args, **kwargs)
  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/tinuous/__main__.py", line 171, in fetch
    tokens[name] = cicfg.get_auth_tokens()
  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/tinuous/config.py", line 158, in get_auth_tokens
    return CircleCI.get_auth_tokens()
  File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/site-packages/tinuous/circleci.py", line 32, in get_auth_tokens
    raise RuntimeError(
RuntimeError: CircleCI token not set.  Set via CIRCLECI_CLI_TOKEN environment variable or log in with `circleci` client.  See <https://github.com/con/tinuous#circleci> for more information.

so may be that 2nd exception is "too late". ... need to have a look with some fresh eyes

@yarikoptic yarikoptic added release Create a release when this pr is merged and removed release Create a release when this pr is merged labels Apr 25, 2026
@yarikoptic
Copy link
Copy Markdown
Member

gave fresh token -- let's see if pypi release works this time

@yarikoptic yarikoptic merged commit 63a0a5c into master Apr 25, 2026
12 of 17 checks passed
@yarikoptic yarikoptic deleted the dependabot/github_actions/codecov/codecov-action-6 branch April 25, 2026 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Changes only affect the internal API release Create a release when this pr is merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant