-
Notifications
You must be signed in to change notification settings - Fork 15
feat(plugin-coverage): log initializer and runner steps #1190
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
Conversation
|
View your CI Pipeline Execution ↗ for commit 946710f
☁️ 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 regressed – compared current commit 3314766 with previous commit a3fc6d0. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👎 3 groups regressed, 👎 9 audits regressed, 13 audits changed without impacting score🗃️ Groups
31 other groups are unchanged. 🛡️ Audits
657 other audits are unchanged. |
9632e62 to
d3f3904
Compare
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit 3314766 with previous commit a3fc6d0. 💼 Project
|
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Documentation | 🟡 71 | 🟡 69 | |
| Code coverage | 🟡 88 | 🟡 88 |
4 other categories are unchanged.
👎 2 groups regressed, 👎 4 audits regressed, 1 audit changed without impacting score
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| JSDoc coverage | Documentation coverage | 🟡 71 | 🟡 69 | |
| Code coverage | Code coverage metrics | 🟡 88 | 🟡 88 |
13 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| JSDoc coverage | Functions coverage | 🟥 15 undocumented functions | 🟥 23 undocumented functions | |
| Code coverage | Line coverage | 🟨 89.4 % | 🟨 84.3 % | |
| Code coverage | Branch coverage | 🟨 88.9 % | 🟨 88.1 % | |
| Code coverage | Function coverage | 🟨 88 % | 🟨 87.9 % | |
| JSDoc coverage | Variables coverage | 🟥 9 undocumented variables | 🟥 13 undocumented variables |
439 other audits are unchanged.
💼 Project utils
🤨 Code PushUp report has both improvements and regressions.
🕵️ See full comparison in Code PushUp portal 🔍
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Code coverage | 🟢 95 | 🟢 95 | |
| Documentation | 🔴 38 | 🔴 38 |
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 | 🟢 95 | 🟢 95 | |
| JSDoc coverage | Documentation coverage | 🔴 38 | 🔴 38 |
13 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| JSDoc coverage | Functions coverage | 🟥 233 undocumented functions | 🟥 234 undocumented functions | |
| Code coverage | Branch coverage | 🟩 92 % | 🟩 92 % | |
| Code coverage | Function coverage | 🟩 95.5 % | 🟩 95.5 % | |
| Code coverage | Line coverage | 🟩 96.9 % | 🟩 96.9 % |
440 other audits are unchanged.
12 other projects are unchanged.
d3f3904 to
946710f
Compare
Part of #888. Improves logs for the coverage plugin.
Examples
1 - single project, no test command
1.1 - non-verbose, merges 2 reports (unit tests and int. tests)
1.2 - verbose, merges 2 reports
1.3 - verbose, only 1 report
2 - many projects in one, with Nx helper and test command
2.1 - non-verbose
2.2 - verbose, initializer
2.3 - verbose, runner (part 1)
2.4 - verbose, runner (part 2)