Skip to content

Commit

Permalink
scripts/test-infra: provide SHA and slug to codecov uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz committed Apr 26, 2023
1 parent dbb0690 commit 4779d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-infra/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4779d75

Please sign in to comment.