Update config.yml

This commit is contained in:
Alexander Shelepenok 2021-01-10 03:05:20 +03:00 committed by GitHub
parent 8147a762f2
commit 44f9fd5ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ jobs:
- dependencies-{{ checksum "yarn.lock" }}
- restore_cache:
keys:
- coverage-output-{{ .Environment.CIRCLE_SHA1 }}
- coverage-{{ .Environment.CIRCLE_SHA1 }}
- run: yarn global add codecov
- run: yarn codecov
@ -79,4 +79,4 @@ workflows:
- install
- codecov:
requires:
- coverage
- coverage