We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d0178 commit 3543f5eCopy full SHA for 3543f5e
1 file changed
.github/workflows/tests.yml
@@ -31,11 +31,11 @@ jobs:
31
- name: Test with coverage (only on 3.12)
32
if: matrix.python-version == '3.12'
33
run: |
34
- pytest -xvs tests/ --cov=arcsecond --cov-report=xml:coverage.xml
+ pytest -vvs tests/ --cov=arcsecond --cov-report=xml:coverage.xml
35
36
- name: Test without coverage
37
if: matrix.python-version != '3.12'
38
- run: pytest -xvs tests/
+ run: pytest -vvs tests/
39
40
- name: Upload coverage artifact (only on 3.12)
41
0 commit comments