Skip to content

Commit 3656b12

Browse files
committed
fix: correct coverage module name in test.yml workflow
Change --cov=com to --cov=blockcopy to match the actual module name. This fixes the "Module com was never imported" warning and enables proper coverage reporting. https://claude.ai/code/session_01UvZ5rZoXjC5RDuz9Q3QSV6
1 parent 52b50af commit 3656b12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
python -m pytest -v --tb=native tests \
5050
--doctest-modules \
5151
--junitxml=junit/test-results.xml \
52-
--cov=com --cov-report=xml --cov-report=html
52+
--cov=blockcopy --cov-report=xml --cov-report=html

0 commit comments

Comments
 (0)