We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2011731 commit e07f1d4Copy full SHA for e07f1d4
.github/workflows/python-test.yml
@@ -79,6 +79,7 @@ jobs:
79
- name: Test with pytest
80
run: |
81
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
83
84
- name: Upload coverage and test reports
85
# Upload coverage report only once to avoid redundancy
0 commit comments