From 4779d75ae36b732414597e04aac0627d3936ca78 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Wed, 26 Apr 2023 10:50:59 +0300 Subject: [PATCH] scripts/test-infra: provide SHA and slug to codecov uploader --- scripts/test-infra/verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-infra/verify.sh b/scripts/test-infra/verify.sh index 938be4fb45..3588f89595 100755 --- a/scripts/test-infra/verify.sh +++ b/scripts/test-infra/verify.sh @@ -29,7 +29,7 @@ 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} # Check that repo is clean if ! git diff --quiet; then