Skip to content

Commit 3574ee1

Browse files
authored
vendor codecov script (#8803)
1 parent 386b69f commit 3574ee1

File tree

2 files changed

+1885
-1
lines changed

2 files changed

+1885
-1
lines changed

scripts/ci-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ curl https://deepsource.io/cli | sh
1313
./bin/deepsource report --analyzer test-coverage --key go --value-file /tmp/cover.out
1414

1515
# Upload to codecov (requires CODECOV_TOKEN environment variable)
16-
bash <(curl -s https://codecov.io/bash) -s "$(./bazel.sh info bazel-testlogs)" -f '**/coverage.dat'
16+
./codecov.sh -s "$(./bazel.sh info bazel-testlogs)" -f '**/coverage.dat'

0 commit comments

Comments
 (0)