aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2022-11-10 23:21:34 +0000
committerGitHub <[email protected]>2022-11-10 23:21:34 +0000
commitb5737103aea4837455cfc72502c9ec0729a5d5d8 (patch)
tree1ade1ed49d7f5b5a37ecdfc5675340fea50517a1
parent86cf725e81254a212687fd30dfad79d8e3cf0e62 (diff)
downloadmastodon.py-b5737103aea4837455cfc72502c9ec0729a5d5d8.tar.gz
Update config.yml
-rw-r--r--.circleci/config.yml2
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"
Powered by cgit v1.2.3 (git 2.41.0)