Bump codecov to 2.1.0 (#35808)

* Bump codecov to 2.1.0

* Try to invalidate cache
This commit is contained in:
Martin Hjelmare 2020-05-19 19:08:36 +02:00 committed by GitHub
parent 2da718d7e8
commit 8970fd8a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ stages:
steps:
- template: templates/azp-step-cache.yaml@azure
parameters:
keyfile: "requirements_test_all.txt | homeassistant/package_constraints.txt"
keyfile: "requirements_test_all.txt | requirements_test.txt | homeassistant/package_constraints.txt"
build: |
set -e
python -m venv venv

View File

@ -4,7 +4,7 @@
-r requirements_test_pre_commit.txt
asynctest==0.13.0
codecov==2.0.22
codecov==2.1.0
coverage==5.1
mock-open==1.4.0
mypy==0.770