diff --git a/Makefile b/Makefile index 8af748f..85ba281 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,7 @@ test: .PHONY: test/cover test/cover: go test -v -race -buildvcs -coverprofile=coverage.out ./... + sed -i '' '/gran_turismo_telemetry.go/d' coverage.out ## test/cover/show: run all tests and display coverage in a browser .PHONY: test/cover/show