vendor codecov script (#8803)

This commit is contained in:
Nishant Das
2021-04-23 22:50:03 +08:00
committed by GitHub
parent 386b69f473
commit 3574ee177d
2 changed files with 1885 additions and 1 deletions

View File

@@ -13,4 +13,4 @@ curl https://deepsource.io/cli | sh
./bin/deepsource report --analyzer test-coverage --key go --value-file /tmp/cover.out
# Upload to codecov (requires CODECOV_TOKEN environment variable)
bash <(curl -s https://codecov.io/bash) -s "$(./bazel.sh info bazel-testlogs)" -f '**/coverage.dat'
./codecov.sh -s "$(./bazel.sh info bazel-testlogs)" -f '**/coverage.dat'

1884
scripts/codecov.sh Normal file

File diff suppressed because it is too large Load Diff