We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8164bd4 commit 865da0bCopy full SHA for 865da0b
1 file changed
.github/workflows/tests.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: run tests
52
id: status
53
- run: pytest -v .
+ run: pytest -v . --cov=xvec --cov-append --cov-report term-missing --cov-report xml --color=yes --report-log pytest-log.jsonl
54
55
- name: run mypy
56
if: contains(matrix.environment-file, 'ci/312.yaml') && contains(matrix.os, 'ubuntu')
0 commit comments