-
Notifications
You must be signed in to change notification settings - Fork 15
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
refactor(core): add better error messages #641
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 9c88b8d. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 7 targets
Sent with 💌 from NxCloud. |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared target commit 697fb1b with source commit 6f92d90. 🏷️ Categories🗃️ Groups👍 1 group improved, 👎 1 group regressed
19 other groups are unchanged. 🛡️ Audits👍 6 audits improved, 👎 3 audits regressed, 11 audits changed without impacting score
503 other audits are unchanged. |
Before:
![Screenshot 2024-04-23 at 17 23 49](https://private-user-images.githubusercontent.com/10064416/324894350-8a7af567-9e7b-4cfa-b5a9-743e9fe83ebd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTA0NDcsIm5iZiI6MTczOTY5MDE0NywicGF0aCI6Ii8xMDA2NDQxNi8zMjQ4OTQzNTAtOGE3YWY1NjctOWU3Yi00Y2ZhLWI1YTktNzQzZTlmZTgzZWJkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA3MTU0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM5NmY0OWU3ODQzZWRkOGFhY2Q3YzljYjEwN2JmZmZiZTU5MjU2OTUxNGIwMTc1NWNmNDU2NzI5ODI0ZjQ2YmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.giBT67gg8EbPBncLvSv7xkP7mYOldOnrLs1GhsSD7tw)
After:
![Screenshot 2024-04-23 at 17 22 47](https://private-user-images.githubusercontent.com/10064416/324893885-117bb3b0-2f3b-4e39-b7fc-104de80ecc27.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTA0NDcsIm5iZiI6MTczOTY5MDE0NywicGF0aCI6Ii8xMDA2NDQxNi8zMjQ4OTM4ODUtMTE3YmIzYjAtMmYzYi00ZTM5LWI3ZmMtMTA0ZGU4MGVjYzI3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA3MTU0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYwOWZkYmRiODJiNGM4ZTk5ODMyMGI2MzJjMDU4YmY1NmNkNjVlODA1YzlmNTVjMzk4ZDVhNzNhNDQwZmRjNjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KFAlr3DEjkMl9lyj_AFMZVUfgtE-8er24uoJXc3fWEg)
closes #640