Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpcs
dfss
Commits
e0023833
Commit
e0023833
authored
Dec 01, 2015
by
Loïck Bonniot
Browse files
[CI] Prepare commit artefacts
parent
a95f9268
Pipeline
#28
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e0023833
stages
:
-
test
job_
tests
:
Unit
tests
:
stage
:
test
tags
:
-
golang
...
...
@@ -9,9 +9,14 @@ job_tests:
-
strong
# Disable this build on small runners
services
:
-
"
lesterpig/mongo:latest"
# Use this light version of mongo
script
:
"
go
test
-cover
-v
./..."
#artifacts: # Waiting GitLab 8.2.1...
# paths:
# - "coverage.html"
script
:
-
"
go
test
-coverprofile
c.out
-v
./..."
-
"
go
tool
cover
-html=c.out
-o
coverage.html"
job_
lint
:
Code
lint
:
stage
:
test
allow_failure
:
True
tags
:
...
...
Write
Preview
Supports
Markdown
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