Skip to content

Commit c761b68

Browse files
committed
disable coveralls
1 parent e8ab29d commit c761b68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
restore-keys: ${{ runner.os }}-go-
4444
- name: unit tests
4545
run: make mod deps test GOPATH=$(go env GOPATH)
46-
- name: coverage report
47-
uses: coverallsapp/github-action@v2
48-
with:
49-
file: target/report/coverage.out
50-
format: golang
46+
#- name: coverage report
47+
# uses: coverallsapp/github-action@v2
48+
# with:
49+
# file: target/report/coverage.out
50+
# format: golang
5151
- name: hash go files
5252
id: go_hash
5353
run: echo "value=${{ hashFiles('**/*.go','!vendor/**') }}" >>"$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)