Skip to content

Commit 47ae1aa

Browse files
committed
Add coveralls test coverage reports
1 parent 6b2353f commit 47ae1aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/default.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ jobs:
3636

3737
- name: Test
3838
run: go test -race -v -coverprofile=coverage.out -covermode=atomic ./...
39+
40+
- name: Send coverage
41+
uses: shogo82148/actions-goveralls@v1
42+
with:
43+
path-to-profile: coverage.out

0 commit comments

Comments
 (0)