Skip to content

Commit 460b851

Browse files
committed
[skip ci] Fix codecov upload
1 parent 2969889 commit 460b851

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,12 @@ jobs:
324324
runTestsParameters: >-
325325
-d zend_extension=opcache.so
326326
-d opcache.enable_cli=1
327-
- name: Upload Test Coverage to Codecov.io
327+
- uses: codecov/codecov-action@v4
328328
if: always()
329-
run: bash <(curl -s https://codecov.io/bash)
329+
with:
330+
fail_ci_if_error: true
331+
token: ${{ secrets.CODECOV_TOKEN }}
332+
verbose: true
330333
- name: Notify Slack
331334
if: failure()
332335
uses: ./.github/actions/notify-slack

0 commit comments

Comments
 (0)