-
Notifications
You must be signed in to change notification settings - Fork 15
test: standardise mocks folder names #1209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
View your CI Pipeline Execution ↗ for commit 961e2d8
☁️ Nx Cloud last updated this comment at |
@code-pushup/ci
@code-pushup/cli
@code-pushup/core
@code-pushup/create-cli
@code-pushup/nx-plugin
@code-pushup/models
@code-pushup/axe-plugin
@code-pushup/coverage-plugin
@code-pushup/eslint-plugin
@code-pushup/js-packages-plugin
@code-pushup/jsdocs-plugin
@code-pushup/lighthouse-plugin
@code-pushup/typescript-plugin
@code-pushup/utils
commit: |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit b3d3d2f with previous commit 7d3681c. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 1 group improved, 👎 2 groups regressed, 👍 1 audit improved, 👎 6 audits regressed, 13 audits changed without impacting score🗃️ Groups
31 other groups are unchanged. 🛡️ Audits
659 other audits are unchanged. |
777ce08 to
4fb2ca7
Compare
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit b3d3d2f with previous commit 7d3681c. 💼 Project
|
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Code coverage | 🟡 89 | 🟡 89 |
5 other categories are unchanged.
👍 1 group improved, 👍 1 audit improved, 👎 2 audits regressed
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| Code coverage | Code coverage metrics | 🟡 89 | 🟡 89 |
14 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| Code coverage | Branch coverage | 🟨 76.3 % | 🟨 77 % | |
| Code coverage | Line coverage | 🟨 84.8 % | 🟨 84.5 % | |
| Code coverage | Function coverage | 🟩 96.4 % | 🟩 96.3 % |
445 other audits are unchanged.
💼 Project utils
🥳 Code PushUp report has improved.
🕵️ See full comparison in Code PushUp portal 🔍
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Documentation | 🔴 36 | 🔴 36 |
5 other categories are unchanged.
👍 1 group improved
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| JSDocs coverage | Documentation coverage | 🔴 36 | 🔴 36 |
14 other groups are unchanged.
🛡️ Audits
All of 444 audits are unchanged.
12 other projects are unchanged.
4fb2ca7 to
cdb82a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you split mock folder renaming and setup script refactoring into 2 PR's pls.
I have some more comments on the test setup that would delay the mock renaming part.
Also i already renamed your PR to: "test: standardise mocks folder names" so I can add my feedback related to the renaming here.
cdb82a1 to
ffbe58d
Compare
Done, current PR contains only mocks rename |
ffbe58d to
961e2d8
Compare
Covers #1168
Standardize Folder Naming
Scope: Renamed
mock→mocksfolders for consistencyFiles affected: 8 files across examples and nx-plugin packages
Impact: Pure renaming with corresponding import path updates
Files changed:
examples/plugins/src/lighthouse/mock/→mocks/packages/nx-plugin/mock/→mocks/Updated import references in test files and documentation