fix: add coverage to .PHONY in Makefile (NIT)
CI / test (pull_request) Successful in 13s
CI / review (gpt-4.1, gpt, GPT_REVIEW_TOKEN) (pull_request) Successful in 22s
CI / review (gpt-5, security, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (pull_request) Successful in 33s
CI / review (gpt-5, sonnet, SONNET_REVIEW_TOKEN) (pull_request) Successful in 1m3s

This commit is contained in:
Rodin
2026-05-02 11:17:05 -07:00
parent bb596db3c1
commit 504f616e99
+1 -1
View File
@@ -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/