diff --git a/.github/workflows/ci-ristretto-tests.yml b/.github/workflows/ci-ristretto-tests.yml index 1d734155..0df8c8d4 100644 --- a/.github/workflows/ci-ristretto-tests.yml +++ b/.github/workflows/ci-ristretto-tests.yml @@ -28,7 +28,5 @@ jobs: - name: Install Goveralls run: go install github.com/mattn/goveralls@latest - name: Send Coverage Results - env: - COVERALLS_TOKEN: ${{ secrets.COVERALLSIO_TOKEN }} - run: goveralls -coverprofile=covprofile -service=github + run: goveralls -repotoken ${{ secrets.COVERALLSIO_TOKEN }} -service=github