Conversation
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>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
1 task
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the actions-all group with 1 update: codecov/codecov-action.
Updates
codecov/codecov-actionfrom 5 to 6Release notes
Sourced from codecov/codecov-action's releases.
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
57e3a13Th/6.0.0 (#1928)f67d33dRevert "Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0""...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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