From 22ae215ec9a1d127a5185b7db3da04405249d0b5 Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Sun, 4 Apr 2021 00:09:43 -0700 Subject: [PATCH] [pytest]: add junit xml test result Signed-off-by: Guohan Lu --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 3c8784dce9b3..08220d0799e3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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