Commit 2c58b33e authored by Sean Erswell-Liljefelt's avatar Sean Erswell-Liljefelt
Browse files

docs(go_unit_test): add job.yml

parent 1db25d50
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
name: go_unit_test
description: Perform golang unit tests and integrate results with Gitlab UI
default_stage: static_tests
icon: 🧪
maintainer: seanel
license: MIT
images:
  "golang": "latest"
tools:
  "github.com/t-yuki/gocover-cobertura": "latest"
  "github.com/jstemmer/go-junit-report": "latest"

labels:
  - GitLab
  - Golang
  - Test