Skip to content

Commit

Permalink
Merge pull request #24 from mackerelio/drop-coveralls
Browse files Browse the repository at this point in the history
stop coveralls action
  • Loading branch information
lufia authored Oct 30, 2024
2 parents ced278a + 19f0683 commit 8c162e7
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 8c162e7

Please sign in to comment.