-
-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bootstrap for HTML coverage to version 4
- Loading branch information
1 parent
daeb271
commit 20d38b8
Showing
36 changed files
with
621 additions
and
1,262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<div class="progress"> | ||
<div class="progress-bar progress-bar-{{level}}" role="progressbar" aria-valuenow="{{percent}}" aria-valuemin="0" aria-valuemax="100" style="width: {{percent}}%"> | ||
<div class="progress-bar bg-{{level}}" role="progressbar" aria-valuenow="{{percent}}" aria-valuemin="0" aria-valuemax="100" style="width: {{percent}}%"> | ||
<span class="sr-only">{{percent}}% covered ({{level}})</span> | ||
</div> | ||
</div> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.octicon { | ||
display: inline-block; | ||
vertical-align: text-top; | ||
fill: currentColor; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ body { | |
max-width: none; | ||
} | ||
|
||
.glyphicon { | ||
.octicon { | ||
margin-right:.25em; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 12 additions & 12 deletions
24
src/Report/Html/Renderer/Template/directory_item.html.dist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<tr> | ||
<td class="{{lines_level}}">{{icon}}{{name}}</td> | ||
<td class="{{lines_level}} big">{{lines_bar}}</td> | ||
<td class="{{lines_level}} small"><div align="right">{{lines_executed_percent}}</div></td> | ||
<td class="{{lines_level}} small"><div align="right">{{lines_number}}</div></td> | ||
<td class="{{methods_level}} big">{{methods_bar}}</td> | ||
<td class="{{methods_level}} small"><div align="right">{{methods_tested_percent}}</div></td> | ||
<td class="{{methods_level}} small"><div align="right">{{methods_number}}</div></td> | ||
<td class="{{classes_level}} big">{{classes_bar}}</td> | ||
<td class="{{classes_level}} small"><div align="right">{{classes_tested_percent}}</div></td> | ||
<td class="{{classes_level}} small"><div align="right">{{classes_number}}</div></td> | ||
</tr> | ||
<tr> | ||
<td class="{{lines_level}}">{{icon}}{{name}}</td> | ||
<td class="{{lines_level}} big">{{lines_bar}}</td> | ||
<td class="{{lines_level}} small"><div align="right">{{lines_executed_percent}}</div></td> | ||
<td class="{{lines_level}} small"><div align="right">{{lines_number}}</div></td> | ||
<td class="{{methods_level}} big">{{methods_bar}}</td> | ||
<td class="{{methods_level}} small"><div align="right">{{methods_tested_percent}}</div></td> | ||
<td class="{{methods_level}} small"><div align="right">{{methods_number}}</div></td> | ||
<td class="{{classes_level}} big">{{classes_bar}}</td> | ||
<td class="{{classes_level}} small"><div align="right">{{classes_tested_percent}}</div></td> | ||
<td class="{{classes_level}} small"><div align="right">{{classes_number}}</div></td> | ||
</tr> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<tr> | ||
<td class="{{classes_level}}">{{name}}</td> | ||
<td class="{{classes_level}} big">{{classes_bar}}</td> | ||
<td class="{{classes_level}} small"><div align="right">{{classes_tested_percent}}</div></td> | ||
<td class="{{classes_level}} small"><div align="right">{{classes_number}}</div></td> | ||
<td class="{{methods_level}} big">{{methods_bar}}</td> | ||
<td class="{{methods_level}} small"><div align="right">{{methods_tested_percent}}</div></td> | ||
<td class="{{methods_level}} small"><div align="right">{{methods_number}}</div></td> | ||
<td class="{{methods_level}} small">{{crap}}</td> | ||
<td class="{{lines_level}} big">{{lines_bar}}</td> | ||
<td class="{{lines_level}} small"><div align="right">{{lines_executed_percent}}</div></td> | ||
<td class="{{lines_level}} small"><div align="right">{{lines_number}}</div></td> | ||
</tr> | ||
<tr> | ||
<td class="{{classes_level}}">{{name}}</td> | ||
<td class="{{classes_level}} big">{{classes_bar}}</td> | ||
<td class="{{classes_level}} small"><div align="right">{{classes_tested_percent}}</div></td> | ||
<td class="{{classes_level}} small"><div align="right">{{classes_number}}</div></td> | ||
<td class="{{methods_level}} big">{{methods_bar}}</td> | ||
<td class="{{methods_level}} small"><div align="right">{{methods_tested_percent}}</div></td> | ||
<td class="{{methods_level}} small"><div align="right">{{methods_number}}</div></td> | ||
<td class="{{methods_level}} small">{{crap}}</td> | ||
<td class="{{lines_level}} big">{{lines_bar}}</td> | ||
<td class="{{lines_level}} small"><div align="right">{{lines_executed_percent}}</div></td> | ||
<td class="{{lines_level}} small"><div align="right">{{lines_number}}</div></td> | ||
</tr> | ||
|
Binary file removed
BIN
-19.7 KB
src/Report/Html/Renderer/Template/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
Oops, something went wrong.