Skip to content

Commit

Permalink
Update Codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 14, 2024
1 parent b35fc70 commit 4c05fb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ 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:
token: ${{ secrets.CODECOV_TOKEN }}
functionalities: network
fail_ci_if_error: true

- name: Ping statistics server with test results
Expand Down

0 comments on commit 4c05fb6

Please sign in to comment.