mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Use codecov-action@v2 for CI (#277)
This commit is contained in:
parent
62c9f0ae64
commit
cf98674c3a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -83,6 +83,6 @@ jobs:
|
||||
run: |
|
||||
poetry run pytest --cov kasa --cov-report xml
|
||||
- name: "Upload coverage to Codecov"
|
||||
uses: "codecov/codecov-action@v1"
|
||||
uses: "codecov/codecov-action@v2"
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
|
Loading…
Reference in New Issue
Block a user