Skip to content

Commit

Permalink
fix(utils): consistent group emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Apr 9, 2024
1 parent d8b10e2 commit 0a5151e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion e2e/cli-e2e/tests/__snapshots__/compare.report-diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|Code style|🟡 **77**|🟡 54|![↑ +23.1](https://img.shields.io/badge/%E2%86%91%20%2B23.1-green)|
|Bug prevention|🟡 **68**|🟡 68||

## 🎗️ Groups
## 🗃️ Groups

<details>
<summary>👍 <strong>1</strong> group improved</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

_(\*) New category._

## 🎗️ Groups
## 🗃️ Groups

All of 1 group is unchanged.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
|Bug prevention|🟢 **95**|🟡 68|![↑ +27](https://img.shields.io/badge/%E2%86%91%20%2B27-green)|
|Performance|🟢 **94**|🟢 92|![↑ +2](https://img.shields.io/badge/%E2%86%91%20%2B2-green)|

## 🎗️ Groups
## 🗃️ Groups

<details>
<summary>👍 <strong>2</strong> groups improved</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
|Performance|🟢 **94**|🟢 92|![↑ +2](https://img.shields.io/badge/%E2%86%91%20%2B2-green)|
|Code style|🟡 **54**|🟡 54||

## 🎗️ Groups
## 🗃️ Groups

<details>
<summary>👍 <strong>1</strong> group improved</summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
|Bug prevention|🟡 **68**|
|Code style|🟡 **54**|

## 🎗️ Groups
## 🗃️ Groups

All of 2 groups are unchanged.

Expand Down
2 changes: 1 addition & 1 deletion packages/utils/src/lib/reports/generate-md-reports-diff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function formatDiffGroupsSection(diff: ReportsDiff): string {
return '';
}
return paragraphs(
h2('🎗️ Groups'),
h2('🗃️ Groups'),
formatGroupsOrAuditsDetails('group', diff.groups, {
headings: [
'🔌 Plugin',
Expand Down

0 comments on commit 0a5151e

Please sign in to comment.