Skip to content

Commit d34e534

Browse files
committed
ensure daily tests report failures
1 parent 50b54a7 commit d34e534

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/python-app-daily.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,4 @@ jobs:
5151
run: |
5252
python testing/test_parallel.py
5353
#coverage run -m pytest -n auto tests/test*.py
54-
coverage run -m pytest tests/test*.py
55-
coverage report
56-
coverage xml
57-
58-
59-
- name: Upload Coverage to Codecov
60-
uses: codecov/codecov-action@v5
61-
env:
62-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
63-
54+
pytest tests/test*.py

0 commit comments

Comments
 (0)