Skip to content

Commit

Permalink
Add coverage, run-coverage, run-all-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Jan 18, 2024
1 parent bb87e4d commit 50a5db6
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 3 deletions.
5 changes: 4 additions & 1 deletion dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@font-face {
font-family: "codicon";
font-display: block;
src: url("./codicon.ttf?d1ae58e2afbd525235dd350ef92933ec") format("truetype");
src: url("./codicon.ttf?d9b1109d9920b1dd6ff18f1cfd343f63") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -611,3 +611,6 @@
.codicon-vscode:before { content: "\ec29" }
.codicon-vscode-insiders:before { content: "\ec2a" }
.codicon-code-oss:before { content: "\ec2b" }
.codicon-run-coverage:before { content: "\ec2c" }
.codicon-run-all-coverage:before { content: "\ec2d" }
.codicon-coverage:before { content: "\ec2e" }
3 changes: 3 additions & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ compass-dot,,EBD6
compass,,EBD5
copilot,,EC1E
copy,,EBCC
coverage,,EC2E
credit-card,,EAC9
dash,,EACC
dashboard,,EACD
Expand Down Expand Up @@ -330,8 +331,10 @@ root-folder,,EB46
rss,,EB47
ruby,,EB48
run-above,,EBBD
run-all-coverage,,EC2D
run-all,,EB9E
run-below,,EBBE
run-coverage,,EC2C
run-errors,,EBDE
save-all,,EB49
save-as,,EB4A
Expand Down
24 changes: 24 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,14 @@ <h1>codicon</h1>
<span class='label'>copy</span>
<span class='description'></span>
</div>
<div class="icon" data-name="coverage" title="coverage">
<span class="inner">
<i class="codicon codicon-coverage" aria-hidden="true"></i>
</span>
<br>
<span class='label'>coverage</span>
<span class='description'></span>
</div>
<div class="icon" data-name="credit-card" title="credit-card">
<span class="inner">
<i class="codicon codicon-credit-card" aria-hidden="true"></i>
Expand Down Expand Up @@ -2809,6 +2817,14 @@ <h1>codicon</h1>
<span class='label'>run-above</span>
<span class='description'></span>
</div>
<div class="icon" data-name="run-all-coverage" title="run-all-coverage">
<span class="inner">
<i class="codicon codicon-run-all-coverage" aria-hidden="true"></i>
</span>
<br>
<span class='label'>run-all-coverage</span>
<span class='description'></span>
</div>
<div class="icon" data-name="run-all" title="run-all">
<span class="inner">
<i class="codicon codicon-run-all" aria-hidden="true"></i>
Expand All @@ -2825,6 +2841,14 @@ <h1>codicon</h1>
<span class='label'>run-below</span>
<span class='description'></span>
</div>
<div class="icon" data-name="run-coverage" title="run-coverage">
<span class="inner">
<i class="codicon codicon-run-coverage" aria-hidden="true"></i>
</span>
<br>
<span class='label'>run-coverage</span>
<span class='description'></span>
</div>
<div class="icon" data-name="run-errors" title="run-errors">
<span class="inner">
<i class="codicon codicon-run-errors" aria-hidden="true"></i>
Expand Down
2 changes: 1 addition & 1 deletion dist/codicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/run-all-coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/run-coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,5 +552,8 @@
"git-stash-pop": 60456,
"vscode": 60457,
"vscode-insiders": 60458,
"code-oss": 60459
"code-oss": 60459,
"run-coverage": 60460,
"run-all-coverage": 60461,
"coverage": 60462
}

0 comments on commit 50a5db6

Please sign in to comment.