Skip to content

Commit b433635

Browse files
committed
fix: updates
1 parent 175f80c commit b433635

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/router-ci.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ jobs:
165165
working-directory: ./router
166166
run: make build
167167

168+
- name: Upload results to Codecov
169+
uses: codecov/codecov-action@v5
170+
with:
171+
token: ${{ secrets.CODECOV_TOKEN }}
172+
168173
integration_test:
169174
runs-on: ubuntu-latest-l
170175
timeout-minutes: 30
@@ -344,9 +349,6 @@ jobs:
344349
- name: Upload results to Codecov
345350
uses: codecov/codecov-action@v5
346351
with:
347-
verbose: true
348-
files: |
349-
router-tests/coverage.out
350352
token: ${{ secrets.CODECOV_TOKEN }}
351353

352354
image_scan:

0 commit comments

Comments
 (0)