You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scope CLI coverage to cli.py and _cli_support.py, enforce 100%
The previous attempt used --cov with file paths, but --cov only accepts
packages/directories. Now using --cov=src/docket --cov=tests/cli with an
explicit omit list in .coveragerc-cli that excludes all non-CLI source.
Only cli.py, _cli_support.py, and tests/cli/ helper modules are measured.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments