Skip to content

Commit

Permalink
.github/workflows: stop coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Sep 8, 2024
1 parent 9ae68cb commit 65e128a
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,5 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test -race -covermode=atomic -coverprofile=prof.out ./...
- run: go test -race -covermode=atomic -coverprofile=cover.out ./...
shell: bash
- uses: shogo82148/actions-goveralls@v1
with:
github-token: ${{ github.token }}
path-to-profile: prof.out
parallel: true
flag-name: ${{ matrix.os }}_go${{ matrix.go }}
finish:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1
with:
github-token: ${{ github.token }}
parallel-finished: true

0 comments on commit 65e128a

Please sign in to comment.