summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPotHix <pothix@pothix.com>2016-12-02 20:13:11 -0200
committerPotHix <pothix@pothix.com>2016-12-05 13:52:58 -0200
commitb93a7dc101d15b0a31aa10fd3335291e1348e5ca (patch)
tree22a9df7a646d13ffb35a6e4ca5f6cd316f527fc8
parent3ebb815a38ba86e4133557f77b94c292c8fc2e7e (diff)
downloadgitlab-ce-b93a7dc101d15b0a31aa10fd3335291e1348e5ca.tar.gz
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.
-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"