Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fabian Vitt
good2go
Commits
c9c5b719
Commit
c9c5b719
authored
Jun 04, 2020
by
Enrico Bollen
💬
Browse files
use makefile
parent
a0722eb8
Pipeline
#1861
passed with stages
in 2 minutes and 33 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c9c5b719
...
...
@@ -39,9 +39,7 @@ code_coverage:
paths
:
-
./coverage.html
script
:
-
go test -coverprofile=coverage.out ./...
-
go tool cover -func=coverage.out ||
true
-
go tool cover -html=coverage.out -o ./coverage.html
-
make coverage
build
:
stage
:
build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment