feat(cli): add verbose logging to coverage add#942
Merged
RaghavChamadiya merged 1 commit intoJul 20, 2026
Conversation
|
✅ Health: 7.5 (unchanged) 📋 At a glance 🗺️ Change map flowchart LR
subgraph PR ["Changed in this PR (1 with dependents)"]
f_packages_cli_src_repowise_cli_commands_coverage_cmd_py[".../commands/coverage_cmd.py 🔥"]:::changed
end
f_packages_cli_src_repowise_cli_main_py[".../cli/main.py"]
f_packages_cli_src_repowise_cli_commands_coverage_cmd_py --> f_packages_cli_src_repowise_cli_main_py
classDef changed fill:#dbeafe,stroke:#1d4ed8,color:#1e3a5f
classDef warn fill:#fef3c7,stroke:#b45309,color:#78350f
classDef guard fill:#dcfce7,stroke:#15803d,color:#14532d
Solid arrows: code that imports the changed files (1 direct dependent, from the last indexed snapshot). Dashed: history/tests. 🔎 More signals (1)🔥 Hotspot touched (1)
📊 Full report · ⭐ Star Repowise · 📥 Install bot · Last updated 2026-07-19 19:46 UTC |
RaghavChamadiya
approved these changes
Jul 20, 2026
RaghavChamadiya
left a comment
Member
There was a problem hiding this comment.
Approving. Docs updated, the test drives the real Click parser, and it asserts ordering rather than just arrival, which is the part that actually matters here.
This was referenced Jul 20, 2026
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.
Summary
--verbose/-vtorepowise coverage addcoverage statuscommand unchangedRelated Issues
Part of #930 (
coverage addslice).Test Plan
coverage_cmd.pygit diff --checkThe sole CLI-suite failure is the existing mascot tagline assertion
test_banner_at_wide_width_stays_compact_with_long_tagline; it reproduces unchanged on cleanorigin/main.Checklist