Skip to content
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

Monorepo mode #59

Merged
merged 12 commits into from
Sep 16, 2024
Merged

Monorepo mode #59

merged 12 commits into from
Sep 16, 2024

Conversation

matejchalk
Copy link
Contributor

Closes #35

Implemented, unit tested and documented monorepo mode. Also tested end-to-end manually for Turborepo and PNPM workspace.

@matejchalk matejchalk self-assigned this Sep 13, 2024
@matejchalk matejchalk added the enhancement New feature or request label Sep 13, 2024
Copy link

github-actions bot commented Sep 13, 2024

Code PushUp

🤨 Code PushUp report has both improvements and regressions – compared target commit 576f4b2 with source commit 90a700c.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Categories

🏷️ Category ⭐ Previous score ⭐ Current score 🔄 Score change
Security 🟡 88 🟡 69 ↓ −18.7
Code coverage 🟡 78 🟡 78 ↑ +0.4
Updates 🟢 98 🟢 98 ↑ +0.2
Bug prevention 🟢 100 🟢 100
Code style 🟢 100 🟢 100
👍 2 groups improved, 👎 1 group regressed, 👍 3 audits improved, 👎 3 audits regressed

🗃️ Groups

🔌 Plugin 🗃️ Group ⭐ Previous score ⭐ Current score 🔄 Score change
JS Packages NPM audit 🟡 88 🟡 69 ↓ −18.7
Code coverage Code coverage metrics 🟡 78 🟡 78 ↑ +0.4
JS Packages NPM outdated dependencies 🟢 98 🟢 98 ↑ +0.2

9 other groups are unchanged.

🛡️ Audits

🔌 Plugin 🛡️ Audit 📏 Previous value 📏 Current value 🔄 Value change
JS Packages Vulnerabilities for NPM prod dependencies. 🟨 2 vulnerabilities (1 high, 1 low) 🟨 5 vulnerabilities (3 high, 1 moderate, 1 low) ↑ +150 %
JS Packages Vulnerabilities for NPM dev dependencies. 🟨 2 vulnerabilities (1 high, 1 moderate) 🟩 0 vulnerabilities ↓ −100 %
Code coverage Branch coverage 🟨 58.9 % 🟨 63.5 % ↑ +8 %
Code coverage Function coverage 🟨 86.4 % 🟨 84.8 % ↓ −2 %
JS Packages Outdated NPM dev dependencies. 🟨 3 major outdated package versions 🟨 6 outdated package versions (3 major, 1 minor, 2 patch) ↑ +100 %
Code coverage Line coverage 🟨 80.6 % 🟨 80 % ↓ −1 %

166 other audits are unchanged.

Copy link
Contributor

@vmasek vmasek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done 🚀

@matejchalk matejchalk merged commit d1663cc into main Sep 16, 2024
23 checks passed
@matejchalk matejchalk deleted the monorepo-mode branch September 16, 2024 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-project mode for GitHub Action
2 participants