We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111761e commit 841ed64Copy full SHA for 841ed64
1 file changed
.github/workflows/codeChecks.yml
@@ -84,7 +84,7 @@ jobs:
84
run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
85
86
- name: check test coverage
87
- continue-on-error: true
+ continue-on-error: ${{ github.ref_name != 'main' }}
88
uses: vladopajic/go-test-coverage@v2
89
with:
90
config: ./.testcoverage.yml
0 commit comments