Skip to content

Commit cb63a7d

Browse files
committed
Reformats template
1 parent 00e3e45 commit cb63a7d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

report/template.erb

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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 %>
8-
<%= @reporter.coverage %>
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 %>
8+
* Coverage: <%= @reporter.coverage %>
99

1010
## Tested
1111

0 commit comments

Comments
 (0)