Update codecov/codecov-action action to v5

This commit is contained in:
renovate[bot]
2026-02-11 12:01:49 +00:00
committed by GitHub
parent cd14c23cf2
commit 5bf0265fd9

View File

@@ -48,7 +48,7 @@ jobs:
pytest --cov=meshcore_hub --cov-report=xml --cov-report=term-missing
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: always()
with:
files: ./coverage.xml