Skip to content

Commit 2bd516f

Browse files
committed
[change] Add "--source=multi_svr_test" to coverage in .travis.yml
1 parent 8be6b43 commit 2bd516f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install:
2424
- pip install coveralls
2525

2626
script:
27-
- coverage run setup.py test
27+
- coverage run --source=multi_svr_test setup.py test
2828

2929
after_success:
3030
- coveralls

0 commit comments

Comments
 (0)