Skip to content

Commit 957496f

Browse files
committed
add codecov
1 parent 5c09f80 commit 957496f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ install:
5858

5959
script:
6060
- cd ../TopicNet/topicnet
61-
- py.test . --timeout=20
61+
- py.test . --timeout=20 --cov
62+
63+
after_success:
64+
- codecov
65+

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ scipy
66
numexpr
77
pytest
88
pytest-timeout
9+
# coverage
10+
coverage
11+
pytest-cov
12+
codecov
13+
914
pandas
1015
tqdm
1116
dask

0 commit comments

Comments
 (0)