Anton Kaliaev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1551 additions and
1 deletions
-
.circleci/codecov.sh
-
.circleci/config.yml
|
@ -312,7 +312,7 @@ jobs: |
|
|
done |
|
|
done |
|
|
- run: |
|
|
- run: |
|
|
name: upload |
|
|
name: upload |
|
|
command: bash <(curl -s https://codecov.io/bash) -f coverage.txt |
|
|
|
|
|
|
|
|
command: bash .circleci/codecov.sh -f coverage.txt |
|
|
|
|
|
|
|
|
workflows: |
|
|
workflows: |
|
|
version: 2 |
|
|
version: 2 |
|
|