Skip to content

Commit 2be4b58

Browse files
committed
Update coverage reporting for namespace packages.
1 parent 26aa7bd commit 2be4b58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,6 @@ jobs:
105105
- name: Lint the code
106106
run: flake8
107107
- name: Run tests
108-
run: pytest -svx --cov-report html:skip-covered --cov-report term:skip-covered --cov=testcontainers --tb=short ${{ matrix.test-component }}/tests
108+
run: >
109+
pytest -svx --cov-report=term-missing --cov=testcontainers.${{ matrix.test-component }}
110+
--tb=short ${{ matrix.test-component }}/tests

0 commit comments

Comments
 (0)