From 1547ce6a133638deee6e1cb91e2b9643e83778d8 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 11 Nov 2022 01:37:47 +0200 Subject: Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.circleci/config.yml') diff --git a/.circleci/config.yml b/.circleci/config.yml index 513db1a..c250e61 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: name: "Run tests" command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'" - store_test_results: - path: test + path: ~/test - run: name: "Notify codecov" command: "codecov" -- cgit v1.2.3