-
Notifications
You must be signed in to change notification settings - Fork 449
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
refactor(interactive): Add format check for Flex Interactive code #4272
Conversation
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Please check the preview of the documentation changes at |
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4272 +/- ##
=======================================
Coverage 58.78% 58.78%
=======================================
Files 12 12
Lines 592 592
=======================================
Hits 348 348
Misses 244 244 Continue to review full report in Codecov by Sentry.
|
- Field `type` is not needed. - Fix python/c++ code format. Somehow the PRhttps://github.com//pull/4272 didn't reveal these problems
Implement format and style checks for C++ and Python code in Flex Interactive; Java checks are already in place.
Fix #4270