fix: standardize help command display in terminal UI#9
fix: standardize help command display in terminal UI#9rudra-sah00 merged 5 commits intoproductionfrom
Conversation
- Update all terminal welcome messages to use help command - Update Hero button text and test expectations - Remove exclamation mark from command references - Ensures consistency with terminal engine implementation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
📦 Bundle Size Report✅ Build completed successfully! Build Info:
Guidelines:
💡 Tip: Review the build output in workflow logs for page-by-page size breakdown |
|
✅ All CI checks passed! This PR is ready for review. 🔍 Preview Deployment: https://portfolio-bh9zdeik8-rudras-projects-194b270d.vercel.app ✅ Tests Passed |
📊 Test Coverage ReportOverall Status: ✅ PASSED
📈 Detailed Metrics
🎯 Target Thresholds
✅ Excellent! All coverage thresholds exceeded. Great work! 🎉 💡 Tip: Run |
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
⚡ Lighthouse Performance ReportCheck the full report in the workflow artifacts. Target thresholds:
|
📦 Bundle Size Report✅ Build completed successfully! Build Info:
Guidelines:
💡 Tip: Review the build output in workflow logs for page-by-page size breakdown |
|
✅ All CI checks passed! This PR is ready for review. 🔍 Preview Deployment: https://portfolio-llhnj2a3k-rudras-projects-194b270d.vercel.app ✅ Tests Passed |
⚡ Lighthouse Performance ReportCheck the full report in the workflow artifacts. Target thresholds:
|
📦 Bundle Size Report✅ Build completed successfully! Build Info:
Guidelines:
💡 Tip: Review the build output in workflow logs for page-by-page size breakdown |
|
🚀 Preview Deployment Ready! 🔍 Preview URL: https://portfolio-bs5twrsha-rudras-projects-194b270d.vercel.app ✅ Build Successful |
📊 Test Coverage ReportOverall Status: ✅ PASSED
📈 Detailed Metrics
🎯 Target Thresholds
✅ Excellent! All coverage thresholds exceeded. Great work! 🎉 💡 Tip: Run |
⚡ Lighthouse Performance ReportCheck the full report in the workflow artifacts. Target thresholds:
|
📦 Bundle Size Report✅ Build completed successfully! Build Info:
Guidelines:
💡 Tip: Review the build output in workflow logs for page-by-page size breakdown |
|
🚀 Preview Deployment Ready! 🔍 Preview URL: https://portfolio-xvnilohv4-rudras-projects-194b270d.vercel.app ✅ Build Successful |
📊 Test Coverage ReportOverall Status: ✅ PASSED
📈 Detailed Metrics
🎯 Target Thresholds
✅ Excellent! All coverage thresholds exceeded. Great work! 🎉 💡 Tip: Run |
⚡ Lighthouse Performance ReportCheck the full report in the workflow artifacts. Target thresholds:
|
📦 Bundle Size Report✅ Build completed successfully! Build Info:
Guidelines:
💡 Tip: Review the build output in workflow logs for page-by-page size breakdown |
|
🚀 Preview Deployment Ready! 🔍 Preview URL: https://portfolio-4yvvwfgcu-rudras-projects-194b270d.vercel.app ✅ Build Successful |
📊 Test Coverage ReportOverall Status: ✅ PASSED
📈 Detailed Metrics
🎯 Target Thresholds
✅ Excellent! All coverage thresholds exceeded. Great work! 🎉 💡 Tip: Run |
⚡ Lighthouse Performance ReportCheck the full report in the workflow artifacts. Target thresholds:
|
📝 Description
This PR includes comprehensive improvements to CI/CD workflows, code quality enforcement, terminal UX, and test coverage reporting.
1. Enhanced Pre-commit Hook with Prettier Validation
Added
format:checkto the pre-commit hook to ensure all files are properly formatted before allowing commits. This prevents formatting issues from being committed and maintains consistent code style across the entire codebase.2. Fixed Lighthouse CI Workflow
The Lighthouse CI workflow was failing with
CHROME_INTERSTITIAL_ERRORbecause it attempted to testhttp://localhost:3000without first starting the Next.js server. This fix:3. Fixed Bundle Size Check Workflow
ANALYZE=trueflag that was causingBundleAnalyzerPlugin is not a constructorerror4. Enabled Preview Deployments on PRs
needsdependencies fromdeploy-previewjob5. Enhanced Test Coverage PR Comments
Improved the test coverage reporting with:
████████████████░░░░)+0.99%)6. Terminal UX Improvements
!helpcommand tohelp(removed exclamation mark for standard CLI syntax)7. Contact Form Streamlining
🎯 Type of Change
🔗 Related Issues
Fixes Lighthouse CI workflow failures
Fixes Bundle Size Check failures
Improves developer experience with stricter pre-commit validation
📋 Checklist
🧪 Testing
Test Configuration
Test Cases
npm run format:check- all files passnpm run type-check- no errorsnpm run lint- zero warnings/errorshelpcommand works without exclamation mark📸 Screenshots/Videos
Husky Pre-commit Hook in Action: