Skip to content
Snippets Groups Projects
Verified Commit 47347786 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

build: add test-all and coverage targets

parent b8ba7588
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,12 @@ build: ui
dev:
$(GOCMD) build -o $(EXECUTEABLE) -tags=dev ./cmd/tank
test-all:
gitlab-runner exec docker test-all
coverage:
gitlab-runner exec docker test-all | grep 'ok.*of statements'
clean:
rm -f $(EXECUTEABLE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment