Skip to content

Commit 38b22fb

Browse files
committed
debug code coverage
1 parent 78d5ec8 commit 38b22fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pip install pytest pytest-cov
4141
- name: Run tests
4242
run: |
43-
python -m pytest --durations=20 -v test/ ot/ --doctest-modules --color=yes --cov-report=xml
43+
python -m pytest --durations=20 -v test/ ot/ --doctest-modules --color=yes --cov=./ --cov-report=xml
4444
- name: Upload coverage reports to Codecov with GitHub Action
4545
uses: codecov/codecov-action@v3
4646

0 commit comments

Comments
 (0)