Skip to content

Commit 0ea6fa2

Browse files
committed
fix(ci): Guard Codecov upload when token is unavailable
1 parent 6026f0a commit 0ea6fa2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ jobs:
6060
uses: codecov/codecov-action@v5
6161
with:
6262
files: build/coverage.xml
63-
disable_search: true
64-
fail_ci_if_error: true
63+
slug: oblakhost/rnids-rsreg-client-php
6564
token: ${{ env.CODECOV_TOKEN }}
6665

6766
- name: Skip Codecov upload (missing CODECOV_TOKEN)

0 commit comments

Comments
 (0)