Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawaha committed Oct 7, 2020
1 parent b1cfff0 commit 94d5468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
path: src/github.com/ikawaha/kagome
- name: Install goveralls
run: GOBIN=$(pwd) go get github.com/mattn/goveralls
run: go get github.com/mattn/goveralls
- name: Coverage
run: |
go test -v -coverprofile=profile.cov -covermode=atomic ./...
Expand Down

0 comments on commit 94d5468

Please sign in to comment.