Skip to content

Commit bc5b63f

Browse files
committed
Reformats template
1 parent 1d415cb commit bc5b63f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

report/template.erb

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Tests report
22

3-
Endpoints in JSON spec: <%= @reporter.apis[:json].count %>
4-
Endpoints in elasticsearch-specification: <%= @reporter.apis[:specification].count %>
5-
Endpoints in Serverless: <%= @reporter.serverless_apis.count %>
6-
[Tested](#tested): <%= @reporter.tested.count %>
7-
[Untested](#untested): <%= @reporter.untested.count %>
3+
* Endpoints in JSON spec: <%= @reporter.apis[:json].count %>
4+
* Endpoints in elasticsearch-specification: <%= @reporter.apis[:specification].count %>
5+
* Endpoints in Serverless: <%= @reporter.serverless_apis.count %>
6+
* [Tested](#tested): <%= @reporter.tested.count %>
7+
* [Untested](#untested): <%= @reporter.untested.count %>
88
<%= @reporter.coverage %>
99

1010
## Tested

0 commit comments

Comments
 (0)