-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
refactor: integration should throw error #9130
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: integration should throw error #9130
Conversation
View your CI Pipeline Execution ↗ for commit 1ccbc64.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9130 +/- ##
===========================================
+ Coverage 44.55% 58.77% +14.22%
===========================================
Files 207 139 -68
Lines 8159 5400 -2759
Branches 1827 1445 -382
===========================================
- Hits 3635 3174 -461
+ Misses 4081 1926 -2155
+ Partials 443 300 -143 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, thank you
In each packages, there was a same util function "shouldThrowError". So, I integrated those in common query-core package.