run coverage against target branch

This commit is contained in:
Stuart Young
2017-11-30 14:18:02 -05:00
parent 37dc15779a
commit 2e517ac095

View File

@@ -12,7 +12,7 @@ set -e
source scripts/jenkins-common.sh
# Get the diff coverage and html reports for unit tests
paver coverage
paver coverage -b $TARGET_BRANCH
# Test for the CodeCov API token
if [ -z $CODE_COV_TOKEN ]; then