Conversation
|
View your CI Pipeline Execution ↗ for commit c87fde0
☁️ Nx Cloud last updated this comment at |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit af3c069 with previous commit d13cc6e. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 3 groups improved, 👎 1 group regressed, 👍 8 audits improved, 👎 2 audits regressed, 15 audits changed without impacting score🗃️ Groups
30 other groups are unchanged. 🛡️ Audits
653 other audits are unchanged. |
Code PushUp🥳 Code PushUp report has improved – compared current commit af3c069 with previous commit d13cc6e. 💼 Project
|
| 🏷️ Category | 8000 Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Code coverage | 🟢 91 | 🟢 92 | |
| Documentation | 🔴 24 | 🔴 24 |
4 other categories are unchanged.
👍 2 groups improved, 👍 4 audits improved
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| Code coverage | Code coverage metrics | 🟢 91 | 🟢 92 | |
| JSDocs coverage | Documentation coverage | 🔴 24 | 🔴 24 |
13 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| JSDocs coverage | Functions coverage | 🟥 48 undocumented functions | 🟥 50 undocumented functions | |
| Code coverage | Function coverage | 🟩 90.9 % | 🟩 91.3 % | |
| Code coverage | Line coverage | 🟩 94.1 % | 🟩 94.3 % | |
| Code coverage | Branch coverage | 🟩 91 % | 🟩 91.1 % |
439 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 |
|---|---|---|---|
| Code coverage | 🟢 94 | 🟢 94 | |
| Documentation | 🟡 61 | 🟡 61 |
4 other categories are unchanged.
👍 2 groups improved, 👍 4 audits improved
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| Code coverage | Code coverage metrics | 🟢 94 | 🟢 94 | |
| JSDocs coverage | Documentation coverage | 🟡 61 | 🟡 61 |
13 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| JSDocs coverage | Functions coverage | 🟥 253 undocumented functions | 🟥 255 undocumented functions | |
| Code coverage | Branch coverage | 🟩 91.4 % | 🟩 91.4 % | |
| Code coverage | Function coverage | 🟩 95.4 % | 🟩 95.4 % | |
| Code coverage | Line coverage | 🟩 97.6 % | 🟩 97.6 % |
440 other audits are unchanged.
12 other projects are unchanged.
@code-pushup/ci
@code-pushup/cli
@code-pushup/core
@code-pushup/create-cli
@code-pushup/models
@code-pushup/nx-plugin
@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: |
Categories support has been added to the setup wizard's code generation. Plugins can now specify categories in their
PluginCodegenResult, which are collected and displayed in the generated configuration. The categories block is skipped when no plugin provides categories, so the existing behavior remains unchanged.This update is a prerequisite for plugin bindings that need to generate categories along with their plugin configuration.