diff options
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: | |||
14 | - run: | 14 | - run: |
15 | name: "Run tests" | 15 | name: "Run tests" |
16 | command: "python setup.py pytest" | 16 | command: "python setup.py pytest" |
17 | - store_test_results: | ||
18 | path: test | ||
17 | - run: | 19 | - run: |
18 | name: "Notify codecov" | 20 | name: "Notify codecov" |
19 | command: "codecov" | 21 | command: "codecov" |