Skip to content

Commit 22ae215

Browse files
lguohanqiluo-msft
authored andcommitted
[pytest]: add junit xml test result
Signed-off-by: Guohan Lu <[email protected]>
1 parent 80171a3 commit 22ae215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[pytest]
2-
addopts = --cov=src --cov-report html --cov-report term --cov-report xml
2+
addopts = --cov=src --cov-report html --cov-report term --cov-report xml --junitxml=test-results.xml -vv

0 commit comments

Comments
 (0)