Skip to content

Commit f0bb989

Browse files
committed
remove connection from coverage
1 parent 0a9eece commit f0bb989

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.coveragerc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[run]
2+
source = maxcube
3+
4+
omit =
5+
maxcube/connection.py

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
install:
77
- pip install coveralls
88

9-
script: coverage run --source maxcube setup.py test
9+
script: coverage run setup.py test
1010

1111
after_success:
1212
- coveralls

0 commit comments

Comments
 (0)