aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2022-11-11 01:41:24 +0200
committerLorenz Diener <[email protected]>2022-11-11 01:41:24 +0200
commite408afc443b8f871cfe467b40a80f30e6eb66126 (patch)
treec707194e027365815e996628e770e0a8cda0f490 /.circleci/config.yml
parent1547ce6a133638deee6e1cb91e2b9643e83778d8 (diff)
downloadmastodon.py-e408afc443b8f871cfe467b40a80f30e6eb66126.tar.gz
Updated config.yml
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
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:
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: ~/tests
19 - run: 19 - run:
20 name: "Notify codecov" 20 name: "Notify codecov"
21 command: "codecov" 21 command: "codecov"
Powered by cgit v1.2.3 (git 2.41.0)