diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 8b9912ad4cf..de338347c6c 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -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: |