valb3r / flowable-bpmn-intellij-plugin

Flowable, Activiti, Camunda BPMN engines process editor plugin for IntelliJ. Pure Kotlin (and some Java)
https://plugins.jetbrains.com/plugin/14318-flowable-bpmn-visualizer
MIT License
159 stars 33 forks source link

Bugfix/ij 2024.2 #399

Closed valb3r closed 2 months ago

valb3r commented 2 months ago

Fixes https://github.com/valb3r/flowable-bpmn-intellij-plugin/issues/398

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 14 lines in your changes missing coverage. Please review.

Project coverage is 65.04%. Comparing base (921c608) to head (d505e66).

Files Patch % Lines
.../valb3r/bpmn/intellij/plugin/core/render/Canvas.kt 0.00% 7 Missing and 1 partial :warning:
...j/activiti/plugin/actions/NewActivitiBpmnAction.kt 0.00% 1 Missing :warning:
.../bpmn/intellij/plugin/core/KeyboardEventHandler.kt 0.00% 1 Missing :warning:
...j/plugin/core/actions/BaseViewBpmnDiagramAction.kt 0.00% 1 Missing :warning:
.../ui/components/notifications/NotificationBaloon.kt 0.00% 1 Missing :warning:
...lij/plugin/camunda/actions/NewCamundaBpmnAction.kt 0.00% 1 Missing :warning:
...j/plugin/flowable/actions/NewFlowableBpmnAction.kt 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #399 +/- ## ============================================ - Coverage 65.12% 65.04% -0.09% Complexity 1429 1429 ============================================ Files 226 226 Lines 7240 7249 +9 Branches 872 872 ============================================ Hits 4715 4715 - Misses 2187 2196 +9 Partials 338 338 ``` | [Flag](https://app.codecov.io/gh/valb3r/flowable-bpmn-intellij-plugin/pull/399/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Valentyn+Berezin) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/valb3r/flowable-bpmn-intellij-plugin/pull/399/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Valentyn+Berezin) | `65.04% <0.00%> (-0.09%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Valentyn+Berezin#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.