Commit 07067032 by Stuart Young

run coverage against target branch

parent fab7f31a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment