-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature/disconnect third party data #355
Conversation
LCOV of commit
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #355 +/- ##
===========================================
+ Coverage 61.27% 61.30% +0.02%
===========================================
Files 61 60 -1
Lines 9232 8876 -356
Branches 91 88 -3
===========================================
- Hits 5657 5441 -216
+ Misses 3570 3432 -138
+ Partials 5 3 -2 ☔ View full report in Codecov by Sentry. |
app/src/app/api/v0/inventory/[inventory]/inventoryvalue/[inventoryvalue]/route.ts
Outdated
Show resolved
Hide resolved
Can you also write a test for the new functionality in |
Changes