diff --git a/Makefile b/Makefile index fdbfd6e78..93050c9f6 100644 --- a/Makefile +++ b/Makefile @@ -285,6 +285,7 @@ test-coverage: $(info Running all Go tests with code coverage report...) go test -parallel 1 -count 1 -cpu 1 -failfast -tags slow -timeout 30m -coverprofile coverage.txt -covermode atomic ./pkg/... ./internal/... go tool cover -html=coverage.txt -o coverage.html + go tool cover -func coverage.txt | grep total: docker-pull: docker compose pull --ignore-pull-failures docker compose -f docker-compose.latest.yml pull --ignore-pull-failures