bkryza / clang-uml

Customizable automatic UML diagram generator for C++ based on Clang.
Apache License 2.0
610 stars 44 forks source link

Fix multiple message comments in nested calls #304

Closed bkryza closed 3 months ago

bkryza commented 3 months ago

Fixes #301

codecov-commenter commented 3 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 88.05970% with 8 lines in your changes missing coverage. Please review.

Project coverage is 90.49%. Comparing base (7df74e7) to head (34e1012).

Files Patch % Lines
src/common/generators/plantuml/generator.h 16.66% 5 Missing :warning:
src/common/visitor/ast_id_mapper.cc 85.71% 1 Missing :warning:
src/sequence_diagram/model/message.cc 94.11% 1 Missing :warning:
...quence_diagram/visitor/translation_unit_visitor.cc 95.65% 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 #304 +/- ## ========================================== + Coverage 90.47% 90.49% +0.01% ========================================== Files 123 123 Lines 13801 13803 +2 ========================================== + Hits 12487 12491 +4 + Misses 1314 1312 -2 ```

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