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
158 stars 31 forks source link

Bump minimum intellij to 2019, initial Activiti 7 support #249

Closed valb3r closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #249 (a0dce53) into master (7695937) will increase coverage by 0.15%. The diff coverage is 65.90%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #249      +/-   ##
============================================
+ Coverage     61.15%   61.31%   +0.15%     
- Complexity      935      939       +4     
============================================
  Files           127      129       +2     
  Lines          4562     4606      +44     
  Branches        633      636       +3     
============================================
+ Hits           2790     2824      +34     
- Misses         1555     1562       +7     
- Partials        217      220       +3     
Flag Coverage Δ
unittests 61.31% <65.90%> (+0.15%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...n/core/actions/copypaste/CopyPasteActionHandler.kt 0.00% <0.00%> (ø)
...ore/render/elements/viewtransform/ViewTransform.kt 31.44% <0.00%> (ø)
...ore/render/elements/edges/BaseEdgeRenderElement.kt 70.42% <20.00%> (ø)
.../valb3r/bpmn/intellij/plugin/core/render/Canvas.kt 62.64% <46.15%> (ø)
...j/plugin/activiti/parser/Activiti7ObjectFactory.kt 50.00% <50.00%> (ø)
.../intellij/plugin/activiti/parser/ActivitiParser.kt 90.47% <75.00%> (-0.71%) :arrow_down:
...intellij/plugin/activiti/parser/Activiti7Parser.kt 76.92% <76.92%> (ø)
...ij/plugin/activiti/parser/ActivitiObjectFactory.kt 100.00% <100.00%> (ø)
...lij/plugin/core/events/ProcessModelUpdateEvents.kt 72.17% <100.00%> (ø)
...pmn/intellij/plugin/core/render/CanvasConstants.kt 87.50% <100.00%> (+10.57%) :arrow_up:
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7695937...a0dce53. Read the comment docs.