diff options
author | Lorenz Diener <[email protected]> | 2022-11-11 01:44:57 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2022-11-11 01:44:57 +0200 |
commit | 6e8e45f1693f586717d851d0547049c922bf8c2e (patch) | |
tree | 5a471d327acfbab55d1c3c648cafdae026a78a80 | |
parent | e408afc443b8f871cfe467b40a80f30e6eb66126 (diff) | |
download | mastodon.py-6e8e45f1693f586717d851d0547049c922bf8c2e.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 29afec2..541f072 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: ~/tests | 18 | path: tests |
19 | - run: | 19 | - run: |
20 | name: "Notify codecov" | 20 | name: "Notify codecov" |
21 | command: "codecov" | 21 | command: "codecov" |