Skip to content

Commit

Permalink
Fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Caitlin Elfring committed Sep 3, 2020
1 parent 7d7f1d5 commit 9350f87
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ jobs:
run: |
go test -race -covermode atomic -coverprofile=covprofile ./...
- name: Install goveralls and send coverage
- name: Install goveralls
env:
GO111MODULE: off
run: go get github.com/mattn/goveralls

- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go get github.com/mattn/goveralls
goveralls -coverprofile=covprofile -service=github
run: goveralls -coverprofile=covprofile -service=github

0 comments on commit 9350f87

Please sign in to comment.