Skip to content

Commit d302df0

Browse files
committed
build: lower required test coverage
1 parent a246858 commit d302df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ifeq ($(OS),Windows_NT)
2626
else
2727
@wget -O lint-project.sh https://raw.githubusercontent.com/moov-io/infra/master/go/lint-project.sh
2828
@chmod +x ./lint-project.sh
29-
GOOS=js GOARCH=wasm GOCYCLO_LIMIT=115 COVER_THRESHOLD=50.0 SET_GOLANGCI_LINTERS=asciicheck,bidichk,bodyclose,durationcheck,gosec,misspell,nolintlint,rowserrcheck,sqlclosecheck,unused time ./lint-project.sh
29+
GOOS=js GOARCH=wasm GOCYCLO_LIMIT=115 COVER_THRESHOLD=40.0 SET_GOLANGCI_LINTERS=asciicheck,bidichk,bodyclose,durationcheck,gosec,misspell,nolintlint,rowserrcheck,sqlclosecheck,unused time ./lint-project.sh
3030
endif
3131

3232
.PHONY: client

0 commit comments

Comments
 (0)