Replace the now deprecated codecov/test-results-action

As per https://github.com/codecov/test-results-action/pull/129
This commit is contained in:
Stefan Ceriu
2025-12-16 09:14:48 +02:00
committed by Stefan Ceriu
parent 584e04e505
commit 9dc0b513c6
3 changed files with 9 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
with:
report_type: coverage
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
flags: uitests
@@ -77,9 +78,10 @@ jobs:
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
continue-on-error: true
with:
report_type: test_results
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
flags: uitests