Skip to content

Commit b0aa790

Browse files
committed
add junitxml
1 parent 8fa6e8e commit b0aa790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- run: uv pip freeze
4848

49-
- run: uv run coverage run -m pytest
49+
- run: uv run coverage run -m pytest --junitxml=junit.xml -o junit_family=legacy
5050

5151
- run: ls -lha
5252
- run: uv run coverage xml

0 commit comments

Comments
 (0)