Skip to content

ci(deps): bump codecov/codecov-action from 5 to 6 in the actions-all group#118

Merged
docdyhr merged 1 commit intomasterfrom
dependabot/github_actions/actions-all-7980569b8c
Mar 31, 2026
Merged

ci(deps): bump codecov/codecov-action from 5 to 6 in the actions-all group#118
docdyhr merged 1 commit intomasterfrom
dependabot/github_actions/actions-all-7980569b8c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the actions-all group with 1 update: codecov/codecov-action.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions-all group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `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
  dependency-group: actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 30, 2026

Labels

The following labels could not be found: github-actions. 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 docdyhr as a code owner March 30, 2026 09:18
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label 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.

📢 Thoughts on this report? Let us know!

@docdyhr docdyhr merged commit 0efa7b6 into master Mar 31, 2026
30 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/actions-all-7980569b8c branch March 31, 2026 19:22
docdyhr added a commit that referenced this pull request Mar 31, 2026
Mark P0, P1, P2, P4, P5 as done with per-item checkboxes.
Add PR #117 and #118 to Recent Completions.
Promote P3 to next priority (last blocker before v1.0).
Correct test count to 2,158 passing / 15 skipped.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docdyhr added a commit that referenced this pull request Mar 31, 2026
Mark P0, P1, P2, P4, P5 as done with per-item checkboxes.
Add PR #117 and #118 to Recent Completions.
Promote P3 to next priority (last blocker before v1.0).
Correct test count to 2,158 passing / 15 skipped.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
docdyhr added a commit that referenced this pull request Mar 31, 2026
* docs: update TODO.md to reflect PR #117/#118 completions

Mark P0, P1, P2, P4, P5 as done with per-item checkboxes.
Add PR #117 and #118 to Recent Completions.
Promote P3 to next priority (last blocker before v1.0).
Correct test count to 2,158 passing / 15 skipped.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: P3/P4/P5 — lazy config init, exception narrowing, CHANGELOG

P3 — Lazy config initialisation:
- config.py: `_config_instance` is now None at module level; `get_config()`
  creates the singleton on first call instead of at import time. Eliminates
  the `brew --version` subprocess that fired on every `import versiontracker.*`.
- conftest.py: `reset_config` fixture now resets the module-level
  `_config_instance` (was targeting a non-existent class attribute and had
  no effect for the lifetime of the test suite).

P4 (remainder) — Exception narrowing in __main__.py:
- Plugin file load: `except (FileNotFoundError, ImportError, ValueError, OSError)`
- `_initialize_plugins`: `except (ImportError, FileNotFoundError, OSError)`
- Outermost `versiontracker_main` catch remains broad `Exception` (justified).

P5 (remainder) — CHANGELOG and docs:
- Added [Unreleased] entry covering all user-visible changes from P0–P4
  (Homebrew command fix, progress flag fix, --output-file flag, lazy init,
  exception narrowing, README maturity label).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
docdyhr added a commit that referenced this pull request Mar 31, 2026
…put-file (#122)

* docs: update TODO.md to reflect PR #117/#118 completions

Mark P0, P1, P2, P4, P5 as done with per-item checkboxes.
Add PR #117 and #118 to Recent Completions.
Promote P3 to next priority (last blocker before v1.0).
Correct test count to 2,158 passing / 15 skipped.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* test: add deferred integration tests for --no-progress and --export --output-file

Covers the two deferred items from P1/P2 stabilisation:

- test_no_progress_suppresses_progress: verifies that passing --no-progress
  (options.no_progress=True) through handle_configure_from_options() sets the
  canonical config.no_progress=True and that config.show_progress returns False.

- test_export_output_file_writes_file: verifies that passing --export json
  --output-file PATH writes the export to a file and does not echo the raw
  JSON export data to stdout.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* docs: tick off deferred P1/P2/P3/P5 TODO items

- P1: integration test for --no-progress done (PR #122)
- P2: integration test for --export --output-file done (PR #122)
- P3: lazy config init done (PR #121)
- P5: CHANGELOG updated + PROJECT_REVIEW.md removed (PR #121)
- Update objective note: all P0-P5 complete

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant