-
Notifications
You must be signed in to change notification settings - Fork 46
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
front: fix map waypoints not displayed in speedspace chart an output … #8858
front: fix map waypoints not displayed in speedspace chart an output … #8858
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #8858 +/- ##
============================================
+ Coverage 36.96% 36.99% +0.02%
Complexity 2211 2211
============================================
Files 1256 1257 +1
Lines 114423 114466 +43
Branches 3182 3190 +8
============================================
+ Hits 42295 42341 +46
+ Misses 70237 70226 -11
- Partials 1891 1899 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
front/src/applications/operationalStudies/__tests__/utils.spec.ts
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/__tests__/sampleData.ts
Outdated
Show resolved
Hide resolved
front/src/applications/operationalStudies/__tests__/sampleData.ts
Outdated
Show resolved
Hide resolved
13322d1
to
8b46b92
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 ✔️ Thanks for this PR 🤩
616e79c
to
b304b76
Compare
…table Add an util to centralize the insertion of map waypoints in an operational points array Signed-off-by: SharglutDev <[email protected]>
b304b76
to
2cb96c3
Compare
…table
Add an util to centralize the insertion of map waypoints in an operational points array
fix #8845
fix #8846