Commit 621cf439 authored by optikfluffel's avatar optikfluffel

Move NodeJS examples next to each other

parent a85fd76f
...@@ -101,6 +101,9 @@ ...@@ -101,6 +101,9 @@
%li %li
tap --coverage-report=text-summary (NodeJS) - tap --coverage-report=text-summary (NodeJS) -
%code ^Statements\s*:\s*([^%]+) %code ^Statements\s*:\s*([^%]+)
%li
nyc npm test (NodeJS) -
%code All files[^|]*\|[^|]*\s+([\d\.]+)
%li %li
excoveralls (Elixir) - excoveralls (Elixir) -
%code \[TOTAL\]\s+(\d+\.\d+)% %code \[TOTAL\]\s+(\d+\.\d+)%
...@@ -110,9 +113,6 @@ ...@@ -110,9 +113,6 @@
%li %li
go test -cover (Go) go test -cover (Go)
%code coverage: \d+.\d+% of statements %code coverage: \d+.\d+% of statements
%li
nyc npm test (NodeJS) -
%code All files[^|]*\|[^|]*\s+([\d\.]+)
= f.submit _('Save changes'), class: "btn btn-success" = f.submit _('Save changes'), class: "btn btn-success"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment