-
Notifications
You must be signed in to change notification settings - Fork 45
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
Remove "applicable_directions" field from detectors #6290
Remove "applicable_directions" field from detectors #6290
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #6290 +/- ##
============================================
- Coverage 27.66% 27.65% -0.02%
Complexity 2136 2136
============================================
Files 990 990
Lines 125883 125854 -29
Branches 2575 2575
============================================
- Hits 34831 34804 -27
+ Misses 89562 89560 -2
Partials 1490 1490
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
66c4afb
to
2286b85
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.
OK for tests/
2286b85
to
1a5ca19
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.
Great PR overall. We could decide if keeping generated json
infra is needed.
editoast/migrations/2024-01-05-092226_delete_applicable_directions_from_detectors/down.sql
Outdated
Show resolved
Hide resolved
editoast/migrations/2024-01-05-092226_delete_applicable_directions_from_detectors/up.sql
Outdated
Show resolved
Hide resolved
1a5ca19
to
cec6726
Compare
closes #6083