-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: Do not allow to select and render corrupted batch plans #1015
Conversation
Preview page for your plugin is ready here: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1015 +/- ##
===========================================
+ Coverage 92.22% 92.25% +0.02%
===========================================
Files 206 206
Lines 32179 32318 +139
===========================================
+ Hits 29677 29814 +137
- Misses 2502 2504 +2 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Add check if the batch plan is correct (not missing some plugin), and if yes, do not render its preview or do not allow a user to select it as batch plan.