Skip to content

Conversation

BioPhoton
Copy link
Collaborator

This PR includes:

  • the basic project setup
  • minimal readme and package description
  • lint, build, and all *-test targets

@github-actions github-actions bot added 📖 Project documentation improvements or additions to the project documentation 🔬 testing writing tests 🛠️ tooling labels Sep 1, 2025
Copy link

nx-cloud bot commented Sep 1, 2025

View your CI Pipeline Execution ↗ for commit f2c7196

Command Status Duration Result
nx code-pushup --nx-bail -- compare --verbose ✅ Succeeded 20s View ↗
nx code-pushup --nx-bail -- --verbose ✅ Succeeded 30s View ↗
nx code-pushup --nx-bail -- print-config --verb... ✅ Succeeded 10m 59s View ↗

☁️ Nx Cloud last updated this comment at 2025-09-02 00:56:19 UTC

Copy link

pkg-pr-new bot commented Sep 1, 2025

Open in StackBlitz

@code-pushup/ci

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/ci@1096

@code-pushup/cli

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/cli@1096

@code-pushup/core

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/core@1096

@code-pushup/create-cli

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/create-cli@1096

@code-pushup/models

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/models@1096

@code-pushup/nx-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/nx-plugin@1096

@code-pushup/bundle-stats-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/bundle-stats-plugin@1096

@code-pushup/coverage-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/coverage-plugin@1096

@code-pushup/eslint-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/eslint-plugin@1096

@code-pushup/js-packages-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/js-packages-plugin@1096

@code-pushup/jsdocs-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/jsdocs-plugin@1096

@code-pushup/lighthouse-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/lighthouse-plugin@1096

@code-pushup/typescript-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/typescript-plugin@1096

@code-pushup/utils

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/utils@1096

@code-pushup/models-transformers

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/models-transformers@1096

commit: f2c7196

Copy link

github-actions bot commented Sep 2, 2025

Code PushUp

😟 Code PushUp report has regressed – compared current commit 98ed9ff with previous commit 4367e53.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Categories

🏷️ Category ⭐ Previous score ⭐ Current score 🔄 Score change
Performance 🔴 33 🔴 32 ↓ −1.5
Documentation 🔴 23 🔴 23 ↓ −0.1
Code coverage 🟢 90 🟢 90
Security 🟡 64 🟡 64
Updates 🟡 85 🟡 85
Accessibility 🟢 92 🟢 92
Best Practices 🟢 100 🟢 100
SEO 🟡 61 🟡 61
Type Safety 🟢 100 🟢 100
Bug prevention 🟢 100 🟢 100
Miscellaneous 🟢 100 🟢 100
Code style 🟢 100 🟢 100
👎 2 groups regressed, 👎 5 audits regressed, 11 audits changed without impacting score

🗃️ Groups

🔌 Plugin 🗃️ Group ⭐ Previous score ⭐ Current score 🔄 Score change
Lighthouse Performance 🔴 33 🔴 32 ↓ −1.5
JSDoc coverage Documentation coverage 🔴 23 🔴 23 ↓ −0.1

19 other groups are unchanged.

🛡️ Audits

🔌 Plugin 🛡️ Audit 📏 Previous value 📏 Current value 🔄 Value change
Lighthouse First Contentful Paint 🟥 3.2 s 🟥 3.4 s ↑ +5 %
Lighthouse Total Blocking Time 🟥 2,960 ms 🟥 4,520 ms ↑ +52.8 %
Lighthouse Speed Index 🟥 7.1 s 🟥 7.2 s ↑ +1.5 %
Lighthouse Time to Interactive 🟥 17.4 s 🟥 17.9 s ↑ +2.9 %
JSDoc coverage Variables coverage 🟥 229 undocumented variables 🟥 230 undocumented variables ↑ +0.4 %
Lighthouse Avoids enormous network payloads 🟨 Total size was 2,687 KiB 🟨 Total size was 2,684 KiB ↓ −0.1 %
Lighthouse Minimizes main-thread work 🟥 13.3 s 🟥 15.8 s ↑ +19.2 %
Lighthouse JavaScript execution time 🟥 5.5 s 🟥 6.8 s ↑ +24.5 %
Lighthouse Metrics 🟩 100% 🟩 100% ↑ +2.9 %
Lighthouse Server Backend Latencies 🟩 1,310 ms 🟩 850 ms ↓ −35.1 %
Lighthouse Largest Contentful Paint 🟥 11.4 s 🟥 11.8 s ↑ +3.9 %
Lighthouse Uses efficient cache policy on static assets 🟨 32 resources found 🟨 32 resources found ↑ +0.1 %
Lighthouse Max Potential First Input Delay 🟥 1,310 ms 🟥 1,600 ms ↑ +22.2 %
Lighthouse Initial server response time was short 🟩 Root document took 500 ms 🟩 Root document took 450 ms ↓ −8.6 %
Lighthouse Network Round Trip Times 🟩 70 ms 🟩 70 ms ↓ −8.2 %
Code coverage Branch coverage 🟨 86.3 % 🟨 86.3 % ↑ +0.1 %

594 other audits are unchanged.

@BioPhoton BioPhoton marked this pull request as ready for review September 2, 2025 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📖 Project documentation improvements or additions to the project documentation 🔬 testing writing tests 🛠️ tooling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant