-
Notifications
You must be signed in to change notification settings - Fork 44
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
Filter TowedRollingStocks to include only allowed values #10227
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10227 +/- ##
==========================================
- Coverage 81.53% 81.51% -0.02%
==========================================
Files 1059 1059
Lines 104459 104493 +34
Branches 722 722
==========================================
+ Hits 85166 85182 +16
- Misses 19252 19270 +18
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
front/src/modules/towedRollingStock/hooks/useFilterTowedRollingStock.ts
Outdated
Show resolved
Hide resolved
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.
Good work, tested.
Agree with @SharglutDev comments
front/src/applications/stdcm/components/StdcmForm/StdcmConsist.tsx
Outdated
Show resolved
Hide resolved
ae9c16a
to
5240600
Compare
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.
Lgtm and tested
20f206f
to
d030951
Compare
…lues Signed-off-by: Achraf Mohyeddine <[email protected]>
d030951
to
81f88fa
Compare
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.
LGTM for e2e-tests
Closes #10120