Update codecov/codecov-action action to v7

This commit is contained in:
renovate[bot]
2026-06-07 13:45:33 +00:00
committed by GitHub
parent 673d8c11c5
commit b685333790
+2 -2
View File
@@ -42,7 +42,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@v6
uses: codecov/codecov-action@v7
if: always()
with:
files: ./coverage.xml
@@ -51,7 +51,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test results to Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
if: ${{ !cancelled() }}
with:
report_type: test_results