Skip to content

ci: bump codecov/codecov-action from 5 to 6#2

Merged
aallan merged 1 commit into
mainfrom
dependabot/github_actions/codecov/codecov-action-6
Mar 29, 2026
Merged

ci: bump codecov/codecov-action from 5 to 6#2
aallan merged 1 commit into
mainfrom
dependabot/github_actions/codecov/codecov-action-6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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 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 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)

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 @github

dependabot Bot commented on behalf of github Mar 29, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from aallan as a code owner March 29, 2026 19:42

@aallan aallan left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

LGTM

@aallan aallan merged commit a6749ee into main Mar 29, 2026
7 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/codecov/codecov-action-6 branch March 29, 2026 19:45
aallan added a commit to sunholo-voight-kampff/vera-bench that referenced this pull request May 22, 2026
…ception

Two of the new CR outside-diff findings (the real bugs):

1. `--skill-md is ignored` warning misfires for `--language ailang`.
   The exclusion list was `("vera", "aver")` but AILANG also consumes
   skill_md (via `load_ailang_prompt(skill_md)`). Added "ailang" to
   the tuple plus a comment naming all three languages that take it.

2. `except (FileNotFoundError, _sp.TimeoutExpired):` lumped both
   error modes under the "not found on PATH" message. A hung ailang
   would be misreported as missing — different recovery action
   (reinstall vs investigate hung process). Split into two except
   blocks with distinct messages, mirroring how Aver's equivalent
   is structured.

CR's other findings on this review either stale (`_ailang_literal`
type hint was already fixed in a5ba66a), out of scope (`def run(...)`
missing -> None applies to ALL Click handlers in cli.py — pre-existing
project-wide consistency issue, not specific to this PR), or false
positive (CR thought `println` needed `import std/io` — the
contributor's own baselines use `println` without imports, AILANG
makes it implicitly available).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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