Skip to content

Commit

Permalink
build: lower required coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 30, 2022
1 parent 41a4399 commit f8cd27d
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 @@ -34,7 +34,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
COVER_THRESHOLD=70.0 DISABLE_GITLEAKS=true ./lint-project.sh
COVER_THRESHOLD=50.0 DISABLE_GITLEAKS=true ./lint-project.sh
endif

.PHONY: admin
Expand Down

0 comments on commit f8cd27d

Please sign in to comment.