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

Bugfix/fbp 267 empty cond expr #268

Closed valb3r closed 2 years ago

valb3r commented 2 years ago

Fixes #267

codecov-commenter commented 2 years ago

Codecov Report

Merging #268 (04fd605) into master (effad3a) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #268      +/-   ##
============================================
+ Coverage     62.11%   62.13%   +0.02%     
- Complexity     1278     1280       +2     
============================================
  Files           181      181              
  Lines          5931     5932       +1     
  Branches        792      793       +1     
============================================
+ Hits           3684     3686       +2     
+ Misses         1997     1996       -1     
  Partials        250      250              
Flag Coverage Δ
unittests 62.13% <100.00%> (+0.02%) :arrow_up:

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

Impacted Files Coverage Δ
...j/plugin/activiti/parser/Activiti7ObjectFactory.kt 57.14% <100.00%> (+7.14%) :arrow_up:
...intellij/plugin/activiti/parser/Activiti7Parser.kt 81.57% <0.00%> (+2.63%) :arrow_up:

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 effad3a...04fd605. Read the comment docs.