-
Notifications
You must be signed in to change notification settings - Fork 1
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
M1 commands #710
M1 commands #710
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #710 +/- ##
==========================================
- Coverage 52.58% 49.83% -2.76%
==========================================
Files 55 70 +15
Lines 2628 3285 +657
Branches 230 302 +72
==========================================
+ Hits 1382 1637 +255
- Misses 1246 1648 +402 ☔ View full report in Codecov by Sentry. |
@@ -456,6 +417,20 @@ object NavigateEngine { | |||
} | |||
.map(_._2) | |||
.flattenOption | |||
|
|||
override def m1Park: F[Unit] = ??? |
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.
Should we implement these?
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.
Ups
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, fixed
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
No description provided.