Merge pull request #103 from ipnet-mesh/renovate/codecov-codecov-action-5.x

Update codecov/codecov-action action to v5
This commit is contained in:
JingleManSweep
2026-02-11 12:04:31 +00:00
committed by GitHub

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