Overhaul coverage setup

This commit is contained in:
Michael Vines
2018-12-17 10:11:02 -08:00
parent c71d5a111e
commit 3bfb052b0a
6 changed files with 126 additions and 73 deletions

View File

@ -14,7 +14,7 @@ buildkite-agent pipeline upload ci/buildkite.yml
if [[ $BUILDKITE_BRANCH =~ ^pull ]]; then
# Add helpful link back to the corresponding Github Pull Request
buildkite-agent annotate --style "info" \
buildkite-agent annotate --style info --context pr-backlink \
"Github Pull Request: https://github.com/solana-labs/solana/$BUILDKITE_BRANCH"
fi