Skip to content

Commit e07f1d4

Browse files
committed
Always get pytest reports as artifact
1 parent 2011731 commit e07f1d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
- name: Test with pytest
8080
run: |
8181
uv run pytest --cov-report xml:coverage.xml --junitxml=pytest.xml --cov-fail-under=80
82+
continue-on-error: true # Always continue to upload reports
8283

8384
- name: Upload coverage and test reports
8485
# Upload coverage report only once to avoid redundancy

0 commit comments

Comments
 (0)