diff --git a/.circleci/config.yml b/.circleci/config.yml index 915b46f..fe79003 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,8 @@ jobs: - run: name: "Run tests" command: "python setup.py pytest" + - store_test_results: + path: test - run: name: "Notify codecov" command: "codecov"