diff --git a/scripts/test-infra/verify.sh b/scripts/test-infra/verify.sh index 938be4fb45..9533728b9b 100755 --- a/scripts/test-infra/verify.sh +++ b/scripts/test-infra/verify.sh @@ -29,7 +29,12 @@ echo "Running unit tests" make test # Upload coverage report -./codecov -t ${CODECOV_TOKEN} +./codecov -t ${CODECOV_TOKEN} \ + -C ${PULL_PULL_SHA} \ + -r ${REPO_OWNER}/${REPO_NAME} \ + -P ${PULL_NUMBER} \ + -b ${BUILD_ID} \ + -B ${PULL_BASE_REF} # Check that repo is clean if ! git diff --quiet; then