Skip to content
Snippets Groups Projects
Commit ef3127be authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

Resolve "Enable html visualisation for code coverage"

parent 5c90f4f3
No related branches found
No related tags found
1 merge request!25Resolve "Enable html visualisation for code coverage"
Pipeline #270521 passed
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment