-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(utils): format reports with unchanged score
- Loading branch information
1 parent
5f7b758
commit cddbdd3
Showing
5 changed files
with
108 additions
and
10 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
packages/utils/src/lib/reports/__snapshots__/report-diff-changed.md
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,28 @@ | ||
# Code PushUp | ||
|
||
🤨 Code PushUp report has both **improvements and regressions** – compared target commit 0123456789abcdef0123456789abcdef01234567 with source commit abcdef0123456789abcdef0123456789abcdef01. | ||
|
||
## 🏷️ Categories | ||
|
||
| 🏷️ Category | ⭐ Score | | ||
| :------------- | :-----: | | ||
| Performance | 🟢 92 | | ||
| Bug prevention | 🟡 68 | | ||
| Code style | 🟡 54 | | ||
|
||
<details> | ||
<summary><strong>1</strong> audit changed without impacting score</summary> | ||
|
||
## 🗃️ Groups | ||
|
||
All of 2 groups are unchanged. | ||
|
||
## 🛡️ Audits | ||
|
||
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change | | ||
| :----------------------------------------------------------------- | :------------------------------------------------------------------------------- | :---------------: | :----------------: | :-----------------------------------------------------------------------------------: | | ||
| [ESLint](https://www.npmjs.com/package/@code-pushup/eslint-plugin) | [Disallow unused variables](https://eslint.org/docs/latest/rules/no-unused-vars) | 🟥 12 warnings | 🟥 **10 warnings** | ![↓ −16.7 %](https://img.shields.io/badge/%E2%86%93%20%E2%88%9216.7%E2%80%89%25-gray) | | ||
|
||
53 other audits are unchanged. | ||
|
||
</details> |
26 changes: 26 additions & 0 deletions
26
packages/utils/src/lib/reports/__snapshots__/report-diff-monorepo-changed.md
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,26 @@ | ||
# Code PushUp | ||
|
||
🤨 Code PushUp report has both **improvements and regressions** – compared target commit 0123456789abcdef0123456789abcdef01234567 with source commit abcdef0123456789abcdef0123456789abcdef01. | ||
|
||
## 💼 Project `web` | ||
|
||
🤨 Code PushUp report has both **improvements and regressions**. | ||
|
||
All of 3 categories are unchanged. | ||
|
||
<details> | ||
<summary><strong>1</strong> audit changed without impacting score</summary> | ||
|
||
### 🗃️ Groups | ||
|
||
All of 2 groups are unchanged. | ||
|
||
### 🛡️ Audits | ||
|
||
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change | | ||
| :----------------------------------------------------------------- | :------------------------------------------------------------------------------- | :---------------: | :----------------: | :-----------------------------------------------------------------------------------: | | ||
| [ESLint](https://www.npmjs.com/package/@code-pushup/eslint-plugin) | [Disallow unused variables](https://eslint.org/docs/latest/rules/no-unused-vars) | 🟥 12 warnings | 🟥 **10 warnings** | ![↓ −16.7 %](https://img.shields.io/badge/%E2%86%93%20%E2%88%9216.7%E2%80%89%25-gray) | | ||
|
||
53 other audits are unchanged. | ||
|
||
</details> |
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