feat(create-cli): support config file format selection#1250
feat(create-cli): support config file format selection#1250hanna-skryl merged 2 commits intomainfrom
Conversation
|
View your CI Pipeline Execution ↗ for commit f50cf70
☁️ Nx Cloud last updated this comment at |
|
View your CI Pipeline Execution ↗ for commit f4b3065
☁️ 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/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 62a53b8 with previous commit d27a23a. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 3 groups improved, 👎 1 group regressed, 👍 5 audits improved, 👎 8 audits regressed, 14 audits changed without impacting score🗃️ Groups
30 other groups are unchanged. 🛡️ Audits
651 other audits are unchanged. |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit 62a53b8 with previous commit d27a23a. 💼 Project
|
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Documentation | 🔴 19 | 🔴 22 | |
| Code coverage | 🟢 98 | 🟢 98 |
4 other categories are unchanged.
👍 2 groups improved, 👍 3 audits improved, 👎 1 audit regressed, 1 audit changed without impacting score
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| JSDocs coverage | Documentation coverage | 🔴 19 | 🔴 22 | |
| Code coverage | Code coverage metrics | 🟢 98 | 🟢 98 |
13 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| JSDocs coverage | Functions coverage | 🟥 11 undocumented functions | 🟥 17 undocumented functions | |
| Code coverage | Branch coverage | 🟩 92.9 % | 🟩 94.8 % | |
| JSDocs coverage | Types coverage | 🟥 12 undocumented types | 🟥 14 undocumented types | |
| Code coverage | Line coverage | 🟩 98.5 % | 🟩 98.9 % | |
| JSDocs coverage | Variables coverage | 🟥 3 undocumented variables | 🟥 5 undocumented variables |
438 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 | 🟡 60 | 🟡 60 |
5 other categories are unchanged.
👍 1 group improved
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| JSDocs coverage | Documentation coverage | 🟡 60 | 🟡 60 |
14 other groups are unchanged.
🛡️ Audits
All of 444 audits are unchanged.
💼 Project plugin-lighthouse
🤨 Code PushUp report has both improvements and regressions.
🕵️ See full comparison in Code PushUp portal 🔍
All of 6 categories are unchanged.
1 audit changed without impacting score
🗃️ Groups
All of 15 groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| Code coverage | Branch coverage | 🟩 98.8 % | 🟩 98.8 % |
443 other audits are unchanged.
11 other projects are unchanged.
Closes #1243
Config file format selection is added to the setup wizard. The wizard now prompts users to choose between TypeScript and JavaScript, with the default auto-detected from the filesystem based on
tsconfigpresence. A--config-formatCLI option allows skipping the prompt.