Conversation
|
View your CI Pipeline Execution ↗ for commit ee84cbb
☁️ Nx Cloud last updated this comment at |
@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/eslint-plugin
@code-pushup/coverage-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 a92f51e with previous commit 9468272. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 2 groups improved, 👎 2 groups regressed, 👍 7 audits improved, 👎 6 audits regressed, 11 audits changed without impacting score🗃️ Groups
30 other groups are unchanged. 🛡️ Audits
654 other audits are unchanged. |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit a92f51e with previous commit 9468272. 💼 Project
|
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Code coverage | 🟢 91 | 🟢 91 | |
| Documentation | 🔴 24 | 🔴 24 |
4 other categories are unchanged.
👍 1 group improved, 👎 1 group regressed, 👍 2 audits improved, 👎 3 audits regressed, 1 audit changed without impacting score
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| Code coverage | Code coverage metrics | 🟢 91 | 🟢 91 | |
| JSDocs coverage | Documentation coverage | 🔴 24 | 🔴 24 |
13 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| JSDocs coverage | Functions coverage | 🟥 39 undocumented functions | 🟥 47 undocumented functions | |
| JSDocs coverage | Types coverage | 🟥 13 undocumented types | 🟥 14 undocumented types | |
| Code coverage | Function coverage | 🟨 89.5 % | 🟩 90.8 % | |
| Code coverage | Line coverage | 🟩 93.8 % | 🟩 94.6 % | |
| Code coverage | Branch coverage | 🟩 92.2 % | 🟩 91.9 % | |
| JSDocs coverage | Variables coverage | 🟥 13 undocumented variables | 🟥 17 undocumented variables |
437 other audits are unchanged.
💼 Project plugin-jsdocs
🥳 Code PushUp report has improved.
🕵️ See full comparison in Code PushUp portal 🔍
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Code coverage | 🟢 97 | 🟢 98 |
5 other categories are unchanged.
👍 1 group improved, 👍 2 audits improved
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| Code coverage | Code coverage metrics | 🟢 97 | 🟢 98 |
14 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| Code coverage | Line coverage | 🟩 96 % | 🟩 100 % | |
| Code coverage | Branch coverage | 🟩 92.5 % | 🟩 93.6 % |
442 other audits are unchanged.
💼 Project plugin-coverage
🥳 Code PushUp report has improved.
🕵️ See full comparison in Code PushUp portal 🔍
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Code coverage | 🟢 92 | 🟢 92 |
5 other categories are unchanged.
👍 1 group improved, 👍 2 audits improved
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| Code coverage | Code coverage metrics | 🟢 92 | 🟢 92 |
14 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| Code coverage | Line coverage | 🟨 89.1 % | 🟩 92.6 % | |
| Code coverage | Branch coverage | 🟨 89.6 % | 🟨 89.8 % |
442 other audits are unchanged.
💼 Project utils
😟 Code PushUp report has regressed.
🕵️ See full comparison in Code PushUp portal 🔍
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Code coverage | 🟢 95 | 🟢 95 |
5 other categories are unchanged.
👎 1 group regressed, 👎 1 audit regressed
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| Code coverage | Code coverage metrics | 🟢 95 | 🟢 95 |
14 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| Code coverage | Branch coverage | 🟩 91.4 % | 🟩 91.4 % |
443 other audits are unchanged.
10 other projects are unchanged.
Closes #1246
A CI/CD integration prompt is added to the
create-clisetup wizard. Users can select GitHub Actions or GitLab CI/CD (or skip) to generate the appropriate workflow configuration.GitHub Actions outputs a
.github/workflows/code-pushup.ymlwith monorepo support when applicable. GitLab CI/CD creates.gitlab-ci.ymlor a separate file to include in it if one already exists. The CI provider can also be set via--ciCLI argument, and defaults toskipwith--yes.