Skip to content

Commit

Permalink
feat(coverbot): v1.0.1 (#705)
Browse files Browse the repository at this point in the history
Updates `coverbot` to `v1.0.1` to get the latest improvements.
  • Loading branch information
jaredallard authored Dec 6, 2023
1 parent 313e2ac commit 453ae05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/ci/testing/coverbot/upload-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ read -r AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_SESSION_TOKEN <<<"$(aws sts
--query 'Credentials.[AccessKeyId,SecretAccessKey,SessionToken]' \
--output text)"

exec "$SHELL_DIR/gobin.sh" "github.com/getoutreach/coverbot/cmd/[email protected].0" \
exec "$SHELL_DIR/gobin.sh" "github.com/getoutreach/coverbot/cmd/[email protected].1" \
upload --lang "go" --repo "$CIRCLE_PROJECT_REPONAME" --pr "$PR_NUMBER" "$coverage_file"

0 comments on commit 453ae05

Please sign in to comment.