Skip to content

Commit 02da50f

Browse files
committed
update github ci script
1 parent b8c300f commit 02da50f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
- name: Send coverage
3131
env:
3232
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
run: go run github.com/mattn/goveralls -coverprofile=covprofile.cov -service=github
33+
run: |
34+
go get github.com/mattn/goveralls
35+
go run github.com/mattn/goveralls -coverprofile=covprofile.cov -service=github

0 commit comments

Comments
 (0)