Skip to content

Commit 27aaadf

Browse files
authored
Update Makefile
1 parent 6b43f62 commit 27aaadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ watch-bench:
1313
reflex -t 50ms -s -- sh -c 'go test -benchmem -count 3 -bench ./...'
1414

1515
coverage:
16-
go test -v -coverprofile=cover.out -covermode=atomic .
16+
go test -v -coverprofile=cover.out -covermode=atomic ./...
1717
go tool cover -html=cover.out -o cover.html
1818

1919
tools:

0 commit comments

Comments
 (0)