We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3199cfd commit f3f91deCopy full SHA for f3f91de
.github/workflows/pythonpackage.yml
@@ -24,12 +24,10 @@ jobs:
24
version: "latest"
25
- run: uv run mypy .
26
- run: uv run pytest
27
- - uses: actions/upload-artifact@v4
+ - uses: pmeier/pytest-results-action@main
28
+ if: ${{ always() }}
29
with:
- name: pytest-results
30
path: junit.xml
31
- # Use always() to always run this step to publish test results when there are test failures
32
- if: ${{ always() }}
33
- uses: codecov/codecov-action@v4
34
35
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments