Skip to content
Snippets Groups Projects
Commit f6edab82 authored by ale's avatar ale
Browse files

Add test coverage artifacts to CI

parent 0f212816
Branches
Tags
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment