diff --git a/.github/workflows/ci-it-noneed.yml b/.github/workflows/ci-it-noneed.yml index f2783df6a04..030a042f5a7 100644 --- a/.github/workflows/ci-it-noneed.yml +++ b/.github/workflows/ci-it-noneed.yml @@ -164,4 +164,10 @@ jobs: patch: off EOF cat codecov.yml - curl -s https://codecov.io/bash | bash -s - -s ./coverage/ + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} + directory: ./coverage/ + fail_ci_if_error: true + flags: by-github-actions