We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8638127 commit 8bf2b3cCopy full SHA for 8bf2b3c
.github/workflows/build-and-release.yaml
@@ -117,10 +117,10 @@ jobs:
117
run: |-
118
go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
119
120
- - name: Check test coverage
121
- uses: vladopajic/go-test-coverage@cc5012c2cfa84542e02b079141958a885861d326 # v2.17.0
122
- with:
123
- config: ./.testcoverage.yml
+ # - name: Check test coverage
+ # uses: vladopajic/go-test-coverage@cc5012c2cfa84542e02b079141958a885861d326 # v2.17.0
+ # with:
+ # config: ./.testcoverage.yml
124
125
build-scan-push-container:
126
needs: [ test-go ]
0 commit comments