Skip to content

Commit

Permalink
build: lower coverage threshold for new Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
atonks2 committed Feb 9, 2024
1 parent 7530324 commit 53af69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ifeq ($(OS),Windows_NT)
else
@wget -O lint-project.sh https://raw.githubusercontent.com/moov-io/infra/master/go/lint-project.sh
@chmod +x ./lint-project.sh
GOOS=js GOARCH=wasm GOCYCLO_LIMIT=115 COVER_THRESHOLD=80.0 time ./lint-project.sh
GOOS=js GOARCH=wasm GOCYCLO_LIMIT=115 COVER_THRESHOLD=55.0 time ./lint-project.sh
endif

.PHONY: client
Expand Down

0 comments on commit 53af69e

Please sign in to comment.