summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroptikfluffel <optik@fluffel.io>2019-03-28 16:36:42 +0100
committeroptikfluffel <optik@fluffel.io>2019-03-28 16:36:42 +0100
commit621cf439749fabbc6f50f61397ec12573175ba3a (patch)
tree1b29cfc48b890d0726024e5a2271912db8b623a4
parenta85fd76f524802a02957ccdcca7674f618a9e069 (diff)
downloadgitlab-ce-621cf439749fabbc6f50f61397ec12573175ba3a.tar.gz
Move NodeJS examples next to each other
-rw-r--r--app/views/projects/settings/ci_cd/_form.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/settings/ci_cd/_form.html.haml b/app/views/projects/settings/ci_cd/_form.html.haml
index bfb275b9ef5..8aa2752a8b3 100644
--- a/app/views/projects/settings/ci_cd/_form.html.haml
+++ b/app/views/projects/settings/ci_cd/_form.html.haml
@@ -102,6 +102,9 @@
tap --coverage-report=text-summary (NodeJS) -
%code ^Statements\s*:\s*([^%]+)
%li
+ nyc npm test (NodeJS) -
+ %code All files[^|]*\|[^|]*\s+([\d\.]+)
+ %li
excoveralls (Elixir) -
%code \[TOTAL\]\s+(\d+\.\d+)%
%li
@@ -110,9 +113,6 @@
%li
go test -cover (Go)
%code coverage: \d+.\d+% of statements
- %li
- nyc npm test (NodeJS) -
- %code All files[^|]*\|[^|]*\s+([\d\.]+)
= f.submit _('Save changes'), class: "btn btn-success"