From 504f616e99a5d3f3d7a58e2ee04f7def9c9ee241 Mon Sep 17 00:00:00 2001 From: Rodin Date: Sat, 2 May 2026 11:17:05 -0700 Subject: [PATCH] fix: add coverage to .PHONY in Makefile (NIT) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6bb1ae0..0f2e182 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: build test test-integration lint clean +.PHONY: build test test-integration lint clean coverage build: go build -o review-bot ./cmd/review-bot/