Skip to content

Commit

Permalink
switch to go mod based goveralls in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbartholomew committed Jan 20, 2025
1 parent 9e1e952 commit 923f51b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,14 @@ jobs:
# version: v1.30.0
- run: make all
- name: Install goveralls
env:
GO111MODULE: off
run: |
export GOPATH=$GITHUB_WORKSPACE
go get github.com/mattn/goveralls
go install github.com/mattn/goveralls@v0.0.12
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./bin/goveralls -coverprofile=coverage.out -service=github
run: |
./bin/goveralls -coverprofile=coverage.out -service=github
goreleaser:
name: Goreleaser
Expand Down

0 comments on commit 923f51b

Please sign in to comment.