Skip to content

Commit 62950a9

Browse files
committed
add '--cov-report term'
1 parent 8c28d8e commit 62950a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [[ "$RUN_PYLINT" == "true" ]]; then
77
fi
88

99
_FLOATX=${FLOATX:=float64}
10-
THEANO_FLAGS="floatX=${_FLOATX},gcc.cxxflags='-march=core2'" pytest -v --cov=pymc3 --cov-report=xml "$@"
10+
THEANO_FLAGS="floatX=${_FLOATX},gcc.cxxflags='-march=core2'" pytest -v --cov=pymc3 --cov-report=xml "$@" --cov-report term

0 commit comments

Comments
 (0)