Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ale
liber
Commits
f6edab82
Commit
f6edab82
authored
Jan 29, 2021
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test coverage artifacts to CI
parent
0f212816
Pipeline
#11501
failed with stages
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
.gitlab-ci.yml
.gitlab-ci.yml
+25
-0
No files found.
.gitlab-ci.yml
View file @
f6edab82
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-nextstable.yml"
stages
:
-
test
-
build_pkgsrc
-
build_pkg
-
upload_pkg
build_pkgsrc:bullseye:
only
:
-
master
build_pkg:bullseye:amd64:
only
:
-
master
test
:
stage
:
test
image
:
registry.git.autistici.org/ai3/docker/test/golang:master
script
:
-
run-go-test ./...
artifacts
:
when
:
always
reports
:
cobertura
:
cover.xml
junit
:
report.xml
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