Skip to content

Commit 5c246fb

Browse files
chrisguidryclaude
andcommitted
Fix coveragerc-core to exclude all tests/cli/*.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f159db9 commit 5c246fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coveragerc-core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ omit =
1111
**/conftest.py
1212
tests/_key_leak_checker.py
1313
tests/_container.py
14-
tests/cli/test_*.py
14+
tests/cli/*.py
1515

1616
[report]
1717
exclude_also = ["\\.\\.\\.$"]

0 commit comments

Comments
 (0)