diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 129af0e..216bd66 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -49,7 +49,7 @@ jobs: - name: run tests timeout-minutes: 15 - run: pytest -v -n=auto --cov-report=xml --cov-report=term + run: pytest -vv -n=auto --cov-report=xml --cov-report=term - name: upload coverage report uses: codecov/codecov-action@v3