We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805c603 commit bbb1fd8Copy full SHA for bbb1fd8
1 file changed
Makefile
@@ -16,11 +16,7 @@ build-registrar:
16
17
# Run tests with race detection and coverage
18
test:
19
- @echo "Running tests with race detection and coverage..."
20
- @go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
21
- @echo ""
22
- @echo "Coverage by package:"
23
- @go test -coverprofile=coverage.out -covermode=atomic ./... 2>&1 | grep -E "coverage:" | awk '{print $$2 "\t" $$5}' | column -t
+ go test -v -race -cover ./...
24
25
# Format code
26
fmt:
0 commit comments