We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3114621 commit 58e6208Copy full SHA for 58e6208
src/templates/partials/coverage-report.hbs
@@ -27,7 +27,11 @@
27
<a href="./{{linktype}}/{{linksubtype}}s.html#{{name}}">{{filePath}}</a>
28
{{/ifEqualString}}
29
{{else}}
30
- <a href="./{{linktype}}s/{{name}}.html">{{filePath}}</a>
+ {{#ifEqualString linktype 'entity'}}
31
+ <a href="./entities/{{name}}.html">{{filePath}}</a>
32
+ {{else}}
33
+ <a href="./{{linktype}}s/{{name}}.html">{{filePath}}</a>
34
+ {{/ifEqualString}}
35
{{/if}}
36
</td>
37
<td>{{type}}</td>
0 commit comments