Skip to content

Commit

Permalink
build: lower coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Feb 12, 2024
1 parent b8da7d7 commit f1974a1
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 @@ -5,7 +5,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=75.0 ./lint-project.sh
COVER_THRESHOLD=70.0 ./lint-project.sh
endif

.PHONY: clean
Expand Down

0 comments on commit f1974a1

Please sign in to comment.