Skip to content

Commit 3b7d1a4

Browse files
committed
Adding coverage
1 parent 2ac0478 commit 3b7d1a4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.coveragerc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
source=labellines

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "3.6"
55
install:
66
- pip install .
7-
- pip install nose
7+
- pip install nose codecov
88
script:
9-
- nosetests labellines
9+
- nosetests labellines --with-coverage
10+

0 commit comments

Comments
 (0)