Skip to content

Commit

Permalink
Makefile: Add commands for lint and coverprofile
Browse files Browse the repository at this point in the history
Signed-off-by: Heathcliff <[email protected]>
  • Loading branch information
heathcliff26 committed Aug 10, 2024
1 parent efc2857 commit 8d1dd0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ test:
update-deps:
hack/update-deps.sh

coverprofile:
hack/coverprofile.sh

lint:
golangci-lint run -v

.PHONY: \
default \
build \
image \
test \
update-deps \
coverprofile \
lint \
$(NULL)

0 comments on commit 8d1dd0a

Please sign in to comment.