Skip to content

Commit 8444fc8

Browse files
authored
add codecov
1 parent 488bf1c commit 8444fc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
. venv/bin/activate
4040
pip install -r test-requirements.txt
4141
pip install nose
42-
nosetests -vsx test
42+
nosetests --with-coverage -vsx test
43+
codecov
4344
4445
- store_artifacts:
4546
path: test-reports

0 commit comments

Comments
 (0)