We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bd46c commit fd86130Copy full SHA for fd86130
1 file changed
Makefile
@@ -19,6 +19,9 @@ test_stress:
19
test_reconnect:
20
go test -tags=reconnect ./...
21
22
+test_codecov:
23
+ go test -coverprofile=coverage.out -covermode=atomic ./...
24
+
25
wait:
26
27
0 commit comments