diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 526939ad7..dffc670a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,9 +45,7 @@ jobs: uses: codecov/codecov-action@v5 with: fail_ci_if_error: true # optional (default = false) - files: ./coverage.txt - name: codecov-umbrella # optional - token: ${{ secrets.CODECOV_TOKEN }} # required + files: ./coverage.txt - name: e2e run: |