From 19f068395c823bc0707701b3e30eb6725d1d14b2 Mon Sep 17 00:00:00 2001 From: lufia Date: Wed, 30 Oct 2024 10:29:51 +0900 Subject: [PATCH] stop coveralls action --- .github/workflows/go-test.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 9c93d18..ef9cc61 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -37,19 +37,5 @@ jobs: check-latest: true - run: ${{ inputs.pre }} shell: bash - - run: go test -race -covermode=atomic -coverprofile=prof.out ./... + - run: go test -race ./... shell: bash - - uses: shogo82148/actions-goveralls@v1 - with: - github-token: ${{ github.token }} - path-to-profile: prof.out - parallel: true - flag-name: ${{ matrix.os-version }}_go${{ matrix.go-version }} - finish: - needs: test - runs-on: ubuntu-latest - steps: - - uses: shogo82148/actions-goveralls@v1 - with: - github-token: ${{ github.token }} - parallel-finished: true