Skip to content

Commit 865da0b

Browse files
committed
revert debugging
1 parent 8164bd4 commit 865da0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: run tests
5252
id: status
53-
run: pytest -v .
53+
run: pytest -v . --cov=xvec --cov-append --cov-report term-missing --cov-report xml --color=yes --report-log pytest-log.jsonl
5454

5555
- name: run mypy
5656
if: contains(matrix.environment-file, 'ci/312.yaml') && contains(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)