chore: bump codecov action to v5 (#343)
This commit is contained in:
parent
c4b4c58d87
commit
d1298de2a1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
|||||||
- name: Test with Pytest
|
- name: Test with Pytest
|
||||||
run: dbus-run-session -- poetry run pytest --cov-report=xml --timeout=5
|
run: dbus-run-session -- poetry run pytest --cov-report=xml --timeout=5
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user