Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit d01ee64

Browse files
committed
Update coveralls send
1 parent d4894ac commit d01ee64

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
GO111MODULE: off
2424
run: go get github.com/mattn/goveralls
2525

26-
- name: Send coverage
27-
env:
28-
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
29-
run: goveralls -coverprofile=covprofile -service=github
26+
- uses: shogo82148/actions-goveralls@v1
27+
with:
28+
path-to-profile: covprofile
3029

3130
- name: End to end tests
3231
run: |

0 commit comments

Comments
 (0)