Skip to content

Commit

Permalink
stop coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Oct 30, 2024
1 parent ced278a commit 19f0683
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 @@ -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

0 comments on commit 19f0683

Please sign in to comment.