Closed andreasfertig closed 7 months ago
Attention: Patch coverage is 96.57534%
with 5 lines
in your changes are missing coverage. Please review.
Project coverage is 98.03%. Comparing base (
249f736
) to head (c0f0420
).
Files | Patch % | Lines |
---|---|---|
CfrontCodeGenerator.cpp | 75.00% | 2 Missing :warning: |
CodeGenerator.cpp | 98.14% | 1 Missing :warning: |
Insights.cpp | 98.48% | 1 Missing :warning: |
InsightsHelpers.cpp | 85.71% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This change introduces a
TranslationUnit
handler, replacing the previous matchers. The advantage is that all statements are processed, not only the ones where an exact match exists.The new approach fixes #376, #500, and #588.
There is one disadvantage: for primary templates, some code is not reproduced as written. This causes one compile issue.