From ef3127be4e4aa88ed314b98e9841bbc8b67c1e02 Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Thu, 17 Apr 2025 15:09:39 +0000 Subject: [PATCH] Resolve "Enable html visualisation for code coverage" --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 62fdb243..0b210f4a 100644 --- a/justfile +++ b/justfile @@ -14,7 +14,7 @@ test: go test -coverprofile=cover.profile ./... code-coverage: test - go tool cover -func cover.profile + go tool cover -html cover.profile lint: docker run --rm -t -v $(pwd):/app -w /app \ -- GitLab