From c0a1a36269e5b399ad3fe62e3b1bfac46f641d7a Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 10 Nov 2022 23:30:10 +0000 Subject: Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe79003..513db1a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: command: "pip install codecov" - run: name: "Run tests" - command: "python setup.py pytest" + command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'" - store_test_results: path: test - run: -- cgit v1.2.3