We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26aa7bd commit 2be4b58Copy full SHA for 2be4b58
.github/workflows/main.yml
@@ -105,4 +105,6 @@ jobs:
105
- name: Lint the code
106
run: flake8
107
- 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
+ run: >
109
+ pytest -svx --cov-report=term-missing --cov=testcontainers.${{ matrix.test-component }}
110
+ --tb=short ${{ matrix.test-component }}/tests
0 commit comments