Skip to content

Commit 87f7ba7

Browse files
committed
fix: remove redundant test results upload step in Codecov configuration
1 parent 4925a2e commit 87f7ba7

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/linux-unit-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,4 @@ jobs:
5959
- name: Upload coverage reports to Codecov
6060
uses: codecov/codecov-action@v5
6161
with:
62-
token: ${{ secrets.CODECOV_TOKEN }}
63-
64-
- name: Upload test results to Codecov
65-
if: ${{ !cancelled() }}
66-
uses: codecov/test-results-action@v1
67-
with:
68-
token: ${{ secrets.CODECOV_TOKEN }}
62+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)