Skip to content

Commit fd86130

Browse files
committed
Add test_codecov
1 parent 03bd46c commit fd86130

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ test_stress:
1919
test_reconnect:
2020
go test -tags=reconnect ./...
2121

22+
test_codecov:
23+
go test -coverprofile=coverage.out -covermode=atomic ./...
24+
2225
wait:
2326

2427

0 commit comments

Comments
 (0)