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 88cd0d2 commit ca4f4eaCopy full SHA for ca4f4ea
1 file changed
.github/workflows/build_and_test.yml
@@ -74,11 +74,6 @@ jobs:
74
run: |
75
uv run pytest --junitxml=pytest.xml --tb=auto --cov-report=term-missing:skip-covered --cov=src tests/ | tee pytest-coverage.txt
76
77
- - name: Pytest Coverage Comment
78
- uses: MishaKav/pytest-coverage-comment@v1.1.56
79
- with:
80
- junitxml-path: ./pytest.xml
81
-
82
- name: Upload test results
83
uses: actions/upload-artifact@v4 # upload test results
84
if: ${{ !cancelled() }} # run this step even if previous step failed
0 commit comments