diff options
author | Lorenz Diener <[email protected]> | 2022-11-11 01:37:47 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2022-11-11 01:37:47 +0200 |
commit | 1547ce6a133638deee6e1cb91e2b9643e83778d8 (patch) | |
tree | 1f456f76cb854758ea521b9b15d8f49c311cbdf3 | |
parent | c0a1a36269e5b399ad3fe62e3b1bfac46f641d7a (diff) | |
download | mastodon.py-1547ce6a133638deee6e1cb91e2b9643e83778d8.tar.gz |
Updated config.yml
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 513db1a..c250e61 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml | |||
@@ -15,7 +15,7 @@ jobs: | |||
15 | name: "Run tests" | 15 | name: "Run tests" |
16 | command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'" | 16 | command: "python setup.py pytest --addopts '--junitxml=tests/result.xml'" |
17 | - store_test_results: | 17 | - store_test_results: |
18 | path: test | 18 | path: ~/test |
19 | - run: | 19 | - run: |
20 | name: "Notify codecov" | 20 | name: "Notify codecov" |
21 | command: "codecov" | 21 | command: "codecov" |