Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPotHix <pothix@pothix.com>2016-12-03 01:13:11 +0300
committerPotHix <pothix@pothix.com>2016-12-05 18:52:58 +0300
commitb93a7dc101d15b0a31aa10fd3335291e1348e5ca (patch)
tree22a9df7a646d13ffb35a6e4ca5f6cd316f527fc8 /app
parent3ebb815a38ba86e4133557f77b94c292c8fc2e7e (diff)
Add excoveralls example
There was no example for Elixir in gitlab-ci examples, this commit adds the missing example. excoveralls repository was pointing to an old example that doesn't exist anymore.
Diffstat (limited to 'app')
-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"