Skip to content

Commit 8bf2b3c

Browse files
committed
temporarily disable test coverage gate
1 parent 8638127 commit 8bf2b3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ jobs:
117117
run: |-
118118
go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
119119
120-
- name: Check test coverage
121-
uses: vladopajic/go-test-coverage@cc5012c2cfa84542e02b079141958a885861d326 # v2.17.0
122-
with:
123-
config: ./.testcoverage.yml
120+
# - name: Check test coverage
121+
# uses: vladopajic/go-test-coverage@cc5012c2cfa84542e02b079141958a885861d326 # v2.17.0
122+
# with:
123+
# config: ./.testcoverage.yml
124124

125125
build-scan-push-container:
126126
needs: [ test-go ]

0 commit comments

Comments
 (0)