Skip to content

Commit

Permalink
TECH Track all packages in the code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Oct 6, 2023
1 parent ed468e8 commit ad3c621
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 @@ -22,6 +22,6 @@ clean:
$(RM) $(OUTFILE)

test:
go test -coverprofile=coverage.txt -covermode=atomic -v ./...
go test -v -coverprofile=coverage.txt -coverpkg=./... ./...

all: clean release build

0 comments on commit ad3c621

Please sign in to comment.