From 6e8e45f1693f586717d851d0547049c922bf8c2e Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 11 Nov 2022 01:44:57 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 29afec2..541f072 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: ~/tests + path: tests - run: name: "Notify codecov" command: "codecov"