cache codecov script (#2291)

This commit is contained in:
Anton Kaliaev 2018-08-30 10:11:33 +04:00 committed by GitHub
parent c43fb700e3
commit 3a6cc5e6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1551 additions and 1 deletions

1550
.circleci/codecov.sh Normal file

File diff suppressed because it is too large Load Diff

View File

@ -312,7 +312,7 @@ jobs:
done
- run:
name: upload
command: bash <(curl -s https://codecov.io/bash) -f coverage.txt
command: bash .circleci/codecov.sh -f coverage.txt
workflows:
version: 2