Skip to content

Commit 165345d

Browse files
committed
Revert "Use command line arguments instead of config file"
This reverts commit 2d9f5f2.
1 parent 2d9f5f2 commit 165345d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.coveragerc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [[ "$INSTALL_SCOT" == "true" ]]; then
2323
fi
2424

2525
if [[ "$COVERAGE" == "true" ]]; then
26-
xvfb-run --server-args="-screen 0 1024x768x24" nosetests -v --with-coverage --cover-package=scot --cover-branches;
26+
xvfb-run --server-args="-screen 0 1024x768x24" nosetests -v --with-coverage;
2727
else
2828
xvfb-run --server-args="-screen 0 1024x768x24" nosetests -v;
2929
fi

0 commit comments

Comments
 (0)