Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
go-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
go-common
Commits
8b2f2c85
Commit
8b2f2c85
authored
7 months ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Use pipelines/ golang test CI script
parent
b3aa3fb5
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#73458
passed
7 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-15
1 addition, 15 deletions
.gitlab-ci.yml
with
1 addition
and
15 deletions
.gitlab-ci.yml
+
1
−
15
View file @
8b2f2c85
stages
:
-
test
run_tests
:
stage
:
test
image
:
registry.git.autistici.org/ai3/docker/test/golang:master
script
:
-
run-go-test ./...
artifacts
:
when
:
always
reports
:
coverage_report
:
coverage_format
:
cobertura
path
:
cover.xml
junit
:
report.xml
include
:
"
https://git.autistici.org/pipelines/images/test/golang/raw/master/ci.yml"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment