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 28852ed commit dff4573
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ jobs:
env:
GO111MODULE: off
run: |
export GOPATH=$GITHUB_WORKSPACE
go get github.com/mattn/goveralls
go install github.com/mattn/[email protected]
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit dff4573

Please sign in to comment.