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 2d9f5f2 commit 165345dCopy full SHA for 165345d
.coveragerc
@@ -0,0 +1,7 @@
1
+[run]
2
+branch = True
3
+source = scot
4
+include = */scot/*
5
+omit =
6
+ */setup.py
7
+ */scot/external/*
distributions/ci/run_tests.sh
@@ -23,7 +23,7 @@ if [[ "$INSTALL_SCOT" == "true" ]]; then
23
fi
24
25
if [[ "$COVERAGE" == "true" ]]; then
26
- xvfb-run --server-args="-screen 0 1024x768x24" nosetests -v --with-coverage --cover-package=scot --cover-branches;
+ xvfb-run --server-args="-screen 0 1024x768x24" nosetests -v --with-coverage;
27
else
28
xvfb-run --server-args="-screen 0 1024x768x24" nosetests -v;
29
0 commit comments