mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Replace codecov/test-results-action (#40718)
https://github.com/codecov/test-results-action The repository now carries a deprecation warning and warns about upload issues (which we seem to be hitting). Migrate to the codecov action as recommended. Testing: CI change Fixes: Should hopefully fix CI errors. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2028dabd2f
commit
403e3d49d0
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@@ -195,8 +195,9 @@ jobs:
|
||||
# We upload the test-results to Codecov to help us identify flaky unit-tests.
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
report_type: test_results
|
||||
files: target/nextest/ci/junit.xml
|
||||
disable_search: true
|
||||
flags: unittests,unittests-linux,unittests-linux-${{ inputs.profile }}
|
||||
|
||||
3
.github/workflows/mac-arm64.yml
vendored
3
.github/workflows/mac-arm64.yml
vendored
@@ -152,8 +152,9 @@ jobs:
|
||||
# We upload the test-results to Codecov to help us identify flaky unit-tests.
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
report_type: test_results
|
||||
files: target/nextest/ci/junit.xml
|
||||
disable_search: true
|
||||
flags: unittests,unittests-mac-arm64,unittests-mac-arm64-${{ inputs.profile }}
|
||||
|
||||
3
.github/workflows/mac.yml
vendored
3
.github/workflows/mac.yml
vendored
@@ -171,8 +171,9 @@ jobs:
|
||||
# We upload the test-results to Codecov to help us identify flaky unit-tests.
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
report_type: test_results
|
||||
files: target/nextest/ci/junit.xml
|
||||
disable_search: true
|
||||
flags: unittests,unittests-mac,unittests-mac-${{ inputs.profile }}
|
||||
|
||||
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@@ -184,8 +184,9 @@ jobs:
|
||||
# We upload the test-results to Codecov to help us identify flaky unit-tests.
|
||||
- name: Upload test results to Codecov
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
report_type: test_results
|
||||
files: target/nextest/ci/junit.xml
|
||||
disable_search: true
|
||||
flags: unittests,unittests-windows,unittests-windows-${{ inputs.profile }}
|
||||
|
||||
Reference in New Issue
Block a user