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
2 changed files with 1551 additions and 1 deletions
+1550
View File
File diff suppressed because it is too large Load Diff
+1 -1
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