Skip to content

Commit

Permalink
[pytest]: add junit xml test result
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan authored and qiluo-msft committed Apr 5, 2021
1 parent 80171a3 commit 22ae215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
addopts = --cov=src --cov-report html --cov-report term --cov-report xml
addopts = --cov=src --cov-report html --cov-report term --cov-report xml --junitxml=test-results.xml -vv

0 comments on commit 22ae215

Please sign in to comment.