Skip to content

Commit

Permalink
Raise minimum test coverage to 56%
Browse files Browse the repository at this point in the history
  • Loading branch information
tilboerner committed Dec 15, 2013
1 parent bcdcc39 commit 7aac59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if [ $SPECIFIC_TEST ]; then
else
TEST_LOCATION=""
COVERAGE_TARGET="audiotranscode,cherrymusicserver,cmbootstrap"
COVERAGE_OPTIONS="${COVERAGE_OPTIONS} --cover-package=${COVERAGE_TARGET} --cover-min-percentage=55"
COVERAGE_OPTIONS="${COVERAGE_OPTIONS} --cover-package=${COVERAGE_TARGET} --cover-min-percentage=56"

echo
echo "[distribution]: setup.py check"
Expand Down

0 comments on commit 7aac59e

Please sign in to comment.