From e408afc443b8f871cfe467b40a80f30e6eb66126 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 11 Nov 2022 01:41:24 +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 c250e61..29afec2 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: ~/tests - run: name: "Notify codecov" command: "codecov" -- cgit v1.2.3