mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-26 16:46:23 +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: |
|
run: |
|
||||||
poetry run pytest --cov kasa --cov-report xml
|
poetry run pytest --cov kasa --cov-report xml
|
||||||
- name: "Upload coverage to Codecov"
|
- name: "Upload coverage to Codecov"
|
||||||
uses: "codecov/codecov-action@v1"
|
uses: "codecov/codecov-action@v2"
|
||||||
with:
|
with:
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user