Open
Conversation
|
View your CI Pipeline Execution ↗ for commit 328d961
☁️ Nx Cloud last updated this comment at |
Contributor
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit beb8738 with previous commit d13cc6e. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 1 group improved, 👎 3 groups regressed, 👍 5 audits improved, 👎 5 audits regressed, 14 audits changed without impacting score🗃️ Groups
30 other groups are unchanged. 🛡️ Audits
654 other audits are unchanged. |
Contributor
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit beb8738 with previous commit d13cc6e. 💼 Project
|
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Code coverage | 🟢 91 | 🟢 91 | |
| Documentation | 🔴 24 | 🔴 23 |
4 other categories are unchanged.
👍 1 group improved, 👎 1 group regressed, 👍 2 audits improved, 👎 2 audits regressed
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| Code coverage | Code coverage metrics | 🟢 91 | 🟢 91 | |
| JSDocs coverage | Documentation coverage | 🔴 24 | 🔴 23 |
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.2 % | |
| Code coverage | Line coverage | 🟩 94.1 % | 🟩 94.2 % | |
| Code coverage | Branch coverage | 🟩 91 % | 🟩 91 % |
439 other audits are unchanged.
13 other projects are unchanged.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.