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
df4782b5
Commit
df4782b5
authored
Jun 04, 2020
by
Enrico Bollen
💬
Browse files
adds scripts from makefile to gitlab-ci.yml
parent
bd572daa
Pipeline
#1858
failed with stages
in 56 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
df4782b5
...
...
@@ -39,8 +39,9 @@ code_coverage:
paths
:
-
./coverage.html
script
:
-
make coverage
-
echo "coverage report generated"
-
go test -coverprofile=coverage.out ./...
-
go tool cover -func=coverage.out
-
go tool cover -html=coverage.out -o ./coverage.html
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