summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-12-07 10:16:51 +0000
committerRémy Coutable <remy@rymai.me>2016-12-07 10:16:51 +0000
commit51d269f8b36fd8dd897e32f767af29f4eca3b1f6 (patch)
treefccb919e1580809b83df862b9a48dd551df94337
parentc65a8552c756f46f44ba691eba4797860710e522 (diff)
parentb93a7dc101d15b0a31aa10fd3335291e1348e5ca (diff)
downloadgitlab-ce-51d269f8b36fd8dd897e32f767af29f4eca3b1f6.tar.gz
Merge branch 'excoveralls_coverage' into 'master'
Add excoveralls in list of coverage examples See merge request !7906
-rw-r--r--app/views/projects/pipelines_settings/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/pipelines_settings/show.html.haml b/app/views/projects/pipelines_settings/show.html.haml
index 96221a20502..1f698558bce 100644
--- a/app/views/projects/pipelines_settings/show.html.haml
+++ b/app/views/projects/pipelines_settings/show.html.haml
@@ -86,6 +86,9 @@
%li
tap --coverage-report=text-summary (NodeJS) -
%code ^Statements\s*:\s*([^%]+)
+ %li
+ excoveralls (Elixir) -
+ %code \[TOTAL\]\s+(\d+\.\d+)%
= f.submit 'Save changes', class: "btn btn-save"