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"