Skip to content

Commit cb93071

Browse files
committed
Add codecov.
1 parent b7120ad commit cb93071

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ install:
2626
- bash requirements-install.sh
2727

2828
script:
29-
- py.test
29+
- coverage run --parallel-mode -m pytest
3030
- bash flake8-run.sh
3131

3232
after_script:
3333
- python debug-info.py
34+
35+
after_success:
36+
- coverage combine
37+
- codecov

requirements-install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ pip install -U -r requirements-test.txt
1313
if [[ $USE_OPTIONAL == "true" ]]; then
1414
pip install -U -r requirements-optional.txt
1515
fi
16+
17+
pip install -U codecov

0 commit comments

Comments
 (0)