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