mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-26 08:36:22 +00:00
Do not try coverage upload for pypy (#867)
Do not try to upload coverage for pypy which is run without coverage.
This commit is contained in:
parent
6e55c8d989
commit
724dad02f7
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -108,6 +108,7 @@ jobs:
|
||||
run: |
|
||||
poetry run pytest --cov kasa --cov-report xml
|
||||
- name: "Upload coverage to Codecov"
|
||||
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
|
||||
uses: "codecov/codecov-action@v4"
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user