Skip to content

Commit

Permalink
send coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Sep 11, 2020
1 parent 78499c2 commit 230e44a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ jobs:
mysql -u root -e 'create database test'
- name: Test
run: go test -race -v ./...
run: go test -race -v -covermode atomic -coverprofile=covprofile ./...

- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: covprofile

goreleaser:
name: Build and release binaries
Expand Down

0 comments on commit 230e44a

Please # to comment.