Skip to content

feat: Add --verbose/--quiet flags to cli#1440

Open
tpoliaw wants to merge 2 commits intomainfrom
verbose-cli
Open

feat: Add --verbose/--quiet flags to cli#1440
tpoliaw wants to merge 2 commits intomainfrom
verbose-cli

Conversation

@tpoliaw
Copy link
Contributor

@tpoliaw tpoliaw commented Mar 12, 2026

Allows the logging to be configured from the CLI instead of requiring a
configuration file.

Verbose option increases logging to DEBUG level while quiet reduces it
to ERROR only. If both options are passed, the second option overrides
the first.

Allows the logging to be configured from the CLI instead of requiring a
configuration file.

Verbose option increases logging to DEBUG level while quiet reduces it
to ERROR only. If both options are passed, the second option overrides
the first.
@tpoliaw tpoliaw requested a review from a team as a code owner March 12, 2026 11:48
@codecov
Copy link

codecov bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.19%. Comparing base (8e9ce20) to head (abfdce6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1440   +/-   ##
=======================================
  Coverage   95.19%   95.19%           
=======================================
  Files          43       43           
  Lines        3119     3123    +4     
=======================================
+ Hits         2969     2973    +4     
  Misses        150      150           

☔ 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.

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