Skip to content

Commit

Permalink
run coverage against target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Young committed Dec 22, 2017
1 parent 37dc157 commit 2e517ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e517ac

Please sign in to comment.