Merge pull request #147 from ipnet-mesh/renovate/codecov-codecov-action-6.x

Update codecov/codecov-action action to v6
This commit is contained in:
JingleManSweep
2026-04-17 23:12:23 +01:00
committed by GitHub
+2 -2
View File
@@ -50,7 +50,7 @@ jobs:
pytest --cov=meshcore_hub --cov-report=xml --cov-report=term-missing --junitxml=junit.xml -o junit_family=legacy
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
if: always()
with:
files: ./coverage.xml
@@ -59,7 +59,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test results to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
if: ${{ !cancelled() }}
with:
report_type: test_results