Browse Source

cache codecov script (#2291)

pull/2250/merge
Anton Kaliaev 6 years ago
committed by GitHub
parent
commit
3a6cc5e6af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1551 additions and 1 deletions
  1. +1550
    -0
      .circleci/codecov.sh
  2. +1
    -1
      .circleci/config.yml

+ 1550
- 0
.circleci/codecov.sh
File diff suppressed because it is too large
View File


+ 1
- 1
.circleci/config.yml 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


Loading…
Cancel
Save