Skip to content

Commit 11d8848

Browse files
authored
Merge pull request #1657 from hydephp/try-to-fix-codecov-again
Internal: Try to fix Codecov
2 parents a37de19 + 4c05fb6 commit 11d8848

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ jobs:
8585
run: vendor/bin/pest --coverage --coverage-clover clover.xml --log-junit report.xml
8686

8787
- name: "Publish coverage report to Codecov"
88-
uses: codecov/codecov-action@v3
88+
uses: codecov/codecov-action@v4
8989
with:
90-
functionalities: network
90+
token: ${{ secrets.CODECOV_TOKEN }}
91+
fail_ci_if_error: true
9192

9293
- name: Ping statistics server with test results
9394
run: |

0 commit comments

Comments
 (0)