diff options
| author | Maxime Guyot <maxime.guyot@elits.com> | 2018-07-04 11:37:31 +0200 |
|---|---|---|
| committer | Maxime Guyot <maxime.guyot@elits.com> | 2018-07-04 11:37:31 +0200 |
| commit | a0802deb44b185cc59d329ff1c276f1ca777a3cb (patch) | |
| tree | 7fb1aeab71462655a83ac2e59a81aae3267f9cb1 /app/views/projects/settings | |
| parent | 95f63bca5ac5c23b538e36f0a12fbbe4520cb318 (diff) | |
| download | gitlab-ce-a0802deb44b185cc59d329ff1c276f1ca777a3cb.tar.gz | |
Add Go code coverage
Diffstat (limited to 'app/views/projects/settings')
| -rw-r--r-- | app/views/projects/settings/ci_cd/_form.html.haml | 3 |
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" |
