Skip to content

Commit

Permalink
Merge pull request #1657 from hydephp/try-to-fix-codecov-again
Browse files Browse the repository at this point in the history
Internal: Try to fix Codecov
  • Loading branch information
caendesilva authored Apr 14, 2024
2 parents a37de19 + 4c05fb6 commit 11d8848
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ jobs:
run: vendor/bin/pest --coverage --coverage-clover clover.xml --log-junit report.xml

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

- name: Ping statistics server with test results
run: |
Expand Down

0 comments on commit 11d8848

Please sign in to comment.