We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e3e45 commit cb63a7dCopy full SHA for cb63a7d
report/template.erb
@@ -1,11 +1,11 @@
1
# Tests report
2
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 %>
+* Endpoints in JSON spec: <%= @reporter.apis[:json].count %>
+* Endpoints in elasticsearch-specification: <%= @reporter.apis[:specification].count %>
+* Endpoints in Serverless: <%= @reporter.serverless_apis.count %>
+* [Tested](#tested): <%= @reporter.tested.count %>
+* [Untested](#untested): <%= @reporter.untested.count %>
+* Coverage: <%= @reporter.coverage %>
9
10
## Tested
11
0 commit comments