bkryza / clang-uml

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

Improve test coverage #288

Closed bkryza closed 5 months ago

bkryza commented 5 months ago

Fixes #287

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 81.66667% with 11 lines in your changes missing coverage. Please review.

Project coverage is 90.40%. Comparing base (5de512a) to head (4f9a097).

Files Patch % Lines
src/common/model/diagram_filter.cc 80.00% 5 Missing :warning:
...quence_diagram/visitor/translation_unit_visitor.cc 25.00% 3 Missing :warning:
src/common/generators/progress_indicator.cc 77.77% 2 Missing :warning:
...nclude_diagram/visitor/translation_unit_visitor.cc 50.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 #288 +/- ## ========================================== + Coverage 86.81% 90.40% +3.59% ========================================== Files 122 121 -1 Lines 13755 13555 -200 ========================================== + Hits 11942 12255 +313 + Misses 1813 1300 -513 ```

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