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"