summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Guyot <maxime.guyot@elits.com>2018-07-04 11:37:31 +0200
committerMaxime Guyot <maxime.guyot@elits.com>2018-07-04 11:37:31 +0200
commita0802deb44b185cc59d329ff1c276f1ca777a3cb (patch)
tree7fb1aeab71462655a83ac2e59a81aae3267f9cb1
parent95f63bca5ac5c23b538e36f0a12fbbe4520cb318 (diff)
downloadgitlab-ce-a0802deb44b185cc59d329ff1c276f1ca777a3cb.tar.gz
Add Go code coverage
-rw-r--r--app/views/projects/settings/ci_cd/_form.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/settings/ci_cd/_form.html.haml b/app/views/projects/settings/ci_cd/_form.html.haml
index 5025460a2d0..fb113aa7639 100644
--- a/app/views/projects/settings/ci_cd/_form.html.haml
+++ b/app/views/projects/settings/ci_cd/_form.html.haml
@@ -117,6 +117,9 @@
%li
JaCoCo (Java/Kotlin)
%code Total.*?([0-9]{1,3})%
+ %li
+ go test -cover (Go)
+ %code coverage: \d+.\d+% of statements
= f.submit _('Save changes'), class: "btn btn-save"