We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ab29d commit c761b68Copy full SHA for c761b68
.github/workflows/check.yaml
@@ -43,11 +43,11 @@ jobs:
43
restore-keys: ${{ runner.os }}-go-
44
- name: unit tests
45
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
+ #- name: coverage report
+ # uses: coverallsapp/github-action@v2
+ # with:
+ # file: target/report/coverage.out
+ # format: golang
51
- name: hash go files
52
id: go_hash
53
run: echo "value=${{ hashFiles('**/*.go','!vendor/**') }}" >>"$GITHUB_OUTPUT"
0 commit comments