We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b37ad commit add59c3Copy full SHA for add59c3
.coveragerc
@@ -0,0 +1,13 @@
1
+[run]
2
+source = control
3
+omit = control/tests/*
4
+
5
+[report]
6
+exclude_lines =
7
+ # Don't complain if tests don't hit defensive assertion code:
8
+ raise AssertionError
9
+ raise NotImplementedError
10
11
+ # Don't complain if non-runnable code isn't run:
12
+ if 0:
13
+ if __name__ == .__main__.:
.travis.yml
@@ -28,6 +28,6 @@ install:
28
29
# command to run tests
30
script:
31
- - coverage run --source=control setup.py test
+ - coverage run setup.py test
32
after_success:
33
- coveralls
0 commit comments