Skip to content

Commit

Permalink
add coverage task
Browse files Browse the repository at this point in the history
  • Loading branch information
d1egoaz committed Dec 18, 2023
1 parent 8ab0380 commit edb0f67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ lint:

build-binaries:
go build -o mani-diffy

coverage:
go test -v -coverprofile=coverage.out -short ./... && go tool cover -html=coverage.out

0 comments on commit edb0f67

Please sign in to comment.