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

Bugfix/fbp 176 documentation tag location #306

Closed valb3r closed 2 years ago

valb3r commented 2 years ago

Fixes #176 Fixes #305

codecov-commenter commented 2 years ago

Codecov Report

Merging #306 (5ce3c86) into master (7408636) will increase coverage by 0.01%. The diff coverage is 100.00%.

:exclamation: Current head 5ce3c86 differs from pull request most recent head db603eb. Consider uploading reports for the commit db603eb to get more accurate results Impacted file tree graph

@@             Coverage Diff              @@
##             master     #306      +/-   ##
============================================
+ Coverage     61.89%   61.90%   +0.01%     
- Complexity     1286     1287       +1     
============================================
  Files           189      189              
  Lines          6185     6185              
  Branches        831      831              
============================================
+ Hits           3828     3829       +1     
+ Misses         2088     2087       -1     
  Partials        269      269              
Flag Coverage Δ
unittests 61.90% <100.00%> (+0.01%) :arrow_up:

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

Impacted Files Coverage Δ
...intellij/plugin/activiti/parser/Activiti7Parser.kt 84.21% <100.00%> (+2.63%) :arrow_up:
.../intellij/plugin/activiti/parser/ActivitiParser.kt 92.10% <100.00%> (ø)
...mn/intellij/plugin/camunda/parser/CamundaParser.kt 70.14% <100.00%> (ø)
.../intellij/plugin/flowable/parser/FlowableParser.kt 96.72% <100.00%> (ø)

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 7408636...db603eb. Read the comment docs.