Skip to content

Commit

Permalink
remove coverage requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinGinszt committed Jul 23, 2024
1 parent 0b3b6e9 commit 676307d
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 @@ -15,4 +15,4 @@ report-coverage-html: go-cov.out

.PHONY: check-coverage
check-coverage: go-cov.out
@go run gitlab.com/matthewhughes/go-cov/cmd/go-cov report --fail-under 100 $^
@go run gitlab.com/matthewhughes/go-cov/cmd/go-cov report $^

0 comments on commit 676307d

Please sign in to comment.