Skip to content

Commit b7d29b6

Browse files
ci: add fallback test run without coverage
1 parent 90df53d commit b7d29b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
env:
8181
QT_QPA_PLATFORM: offscreen
8282
run: |
83-
pytest tests/ --cov=src --cov-report=xml -v
83+
pytest tests/ --cov=src --cov-report=xml -v || pytest tests/ -v

0 commit comments

Comments
 (0)