-
Notifications
You must be signed in to change notification settings - Fork 15
feat: add profiler class and measure API #1216
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
base: main
Are you sure you want to change the base?
Conversation
|
View your CI Pipeline Execution ↗ for commit 64457f3
☁️ 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 8db4c55 with previous commit 316407b. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 2 groups improved, 👎 1 group regressed, 👍 8 audits improved, 👎 4 audits regressed, 15 audits changed without impacting score🗃️ Groups
31 other groups are unchanged. 🛡️ Audits
652 other audits are unchanged. |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit 8db4c55 with previous commit 316407b. 💼 Project
|
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Documentation | 🔴 37 | 🔴 44 | |
| Code coverage | 🟢 95 | 🟢 95 |
4 other categories are unchanged.
👍 2 groups improved, 👍 7 audits improved, 👎 1 audit regressed, 1 audit changed without impacting score
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| JSDocs coverage | Documentation coverage | 🔴 37 | 🔴 44 | |
| Code coverage | Code coverage metrics | 🟢 95 | 🟢 95 |
13 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| JSDocs coverage | Variables coverage | 🟥 47 undocumented variables | 🟥 48 undocumented variables | |
| JSDocs coverage | Types coverage | 🟥 64 undocumented types | 🟥 64 undocumented types | |
| JSDocs coverage | Methods coverage | 🟥 13 undocumented methods | 🟨 13 undocumented methods | |
| JSDocs coverage | Classes coverage | 🟥 4 undocumented classes | 🟥 4 undocumented classes | |
| JSDocs coverage | Functions coverage | 🟥 240 undocumented functions | 🟥 240 undocumented functions | |
| Code coverage | Function coverage | 🟩 96 % | 🟩 96.2 % | |
| Code coverage | Line coverage | 🟩 97.6 % | 🟩 97.8 % | |
| Code coverage | Branch coverage | 🟩 92 % | 🟩 91.9 % | |
| JSDocs coverage | Properties coverage | 🟥 23 undocumented properties | 🟥 27 undocumented properties |
435 other audits are unchanged.
13 other projects are unchanged.
Related to #1197
This PR includes:
ProfilerclasssetEnabled,isEnabled,tracks,marker,measure,measureAsync