Skip to content

Commit f08aa47

Browse files
committed
fix
1 parent aa84f2d commit f08aa47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
go install github.com/mattn/goveralls@v0.0.12
5151
- run: make unit-test
5252
- name: Send coverage
53+
if: matrix.os == 'ubuntu-latest'
5354
env:
5455
COVERALLS_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
5556
run: goveralls -parallel -coverprofile="$COVERAGE" -ignore=test/* -service=github

0 commit comments

Comments
 (0)