bkryza / clang-uml

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

Extend element filter with types #330

Closed bkryza closed 3 weeks ago

bkryza commented 3 weeks ago

Fixes #328

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 84.50704% with 22 lines in your changes missing coverage. Please review.

Project coverage is 91.25%. Comparing base (e6c5693) to head (6b37602). Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
src/config/yaml_decoders.cc 86.00% 7 Missing :warning:
src/config/yaml_emitters.cc 0.00% 7 Missing :warning:
src/common/model/filters/diagram_filter.cc 88.88% 6 Missing :warning:
src/config/config.cc 88.88% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #330 +/- ## ========================================== - Coverage 91.33% 91.25% -0.08% ========================================== Files 131 131 Lines 16315 16451 +136 ========================================== + Hits 14901 15013 +112 - Misses 1414 1438 +24 ```

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