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