diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-01-31 23:16:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-31 23:16:49 +0000 |
| commit | 0ec526e3d6fc2696395950c5b3e29fef90fffd85 (patch) | |
| tree | 3f6eb74c1640405c46ee2492360ac5ee8708dd1f /.github/actions/codecov | |
| parent | 811c592a332e83a95c15e627845840864556cae8 (diff) | |
| parent | 2634b903bc9b754550e0d330b66d267e639cca7a (diff) | |
| download | AnySoftKeyboard-0ec526e3d6fc2696395950c5b3e29fef90fffd85.tar.gz AnySoftKeyboard-0ec526e3d6fc2696395950c5b3e29fef90fffd85.tar.bz2 | |
Merge pull request #1991 from AnySoftKeyboard/merge-lp-into-monorepo
Merge LanguagePack repo into monorepo
Diffstat (limited to '.github/actions/codecov')
| -rwxr-xr-x[-rw-r--r--] | .github/actions/codecov/upload_coverage.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/actions/codecov/upload_coverage.sh b/.github/actions/codecov/upload_coverage.sh index 77c75f943..74df0df5d 100644..100755 --- a/.github/actions/codecov/upload_coverage.sh +++ b/.github/actions/codecov/upload_coverage.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -e ./scripts/retry.sh 5 curl --fail https://codecov.io/bash -o codecov.sh chmod +x codecov.sh |
