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 7b295bd commit 6400884Copy full SHA for 6400884
.github/workflows/pytest.yml
@@ -28,7 +28,7 @@ jobs:
28
pip install -e .[dev]
29
- name: Build coverage file
30
run: |
31
- pytest --cov-report "xml:coverage.xml" --cov=tests
+ pytest --junitxml=pytest.xml --cov-report "xml:coverage.xml" --cov=tests
32
33
- name: Pytest coverage comment
34
uses: MishaKav/pytest-coverage-comment@main
0 commit comments