Skip to content

Commit 6400884

Browse files
committed
add formating xml and right ./pytest.xml
1 parent 7b295bd commit 6400884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install -e .[dev]
2929
- name: Build coverage file
3030
run: |
31-
pytest --cov-report "xml:coverage.xml" --cov=tests
31+
pytest --junitxml=pytest.xml --cov-report "xml:coverage.xml" --cov=tests
3232
3333
- name: Pytest coverage comment
3434
uses: MishaKav/pytest-coverage-comment@main

0 commit comments

Comments
 (0)