Skip to content

Commit 4907988

Browse files
authored
Update config.yml
1 parent 49d5321 commit 4907988

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
virtualenv venv
2828
. venv/bin/activate
2929
pip install -r requirements.txt
30+
pip install codecov
3031
3132
- save_cache:
3233
paths:
@@ -37,7 +38,8 @@ jobs:
3738
name: run tests
3839
command: |
3940
. venv/bin/activate
40-
REDIS_PORT=6379 python test/test.py
41+
REDIS_PORT=6379 coverage run test/tests.py
42+
codecov
4143
4244
- store_artifacts:
4345
path: test-reports

0 commit comments

Comments
 (0)