Skip to content

Commit bd62c08

Browse files
committed
ci: codeChecks workflow continue on test coverage fail
1 parent bdff950 commit bd62c08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeChecks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
8585

8686
- name: check test coverage
87+
continue-on-error: true
8788
uses: vladopajic/go-test-coverage@v2
8889
with:
8990
config: ./.testcoverage.yml

0 commit comments

Comments
 (0)