Closed oxisto closed 3 weeks ago
Attention: Patch coverage is 94.11765%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 75.24%. Comparing base (
1cad7a4
) to head (f42ecd6
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...lin/de/fraunhofer/aisec/cpg/helpers/RegionUtils.kt | 90.90% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
LGTM. Only problem I see:
newLineTpye
isn't the best variable name in my book. Maybe something likelineBreakSequence
orfileLineSeperator
?
I will rename it to newLineChars
It seems that region utils (whatever they do) checked for a potential new line character in every call of
codeAndLocationFromChildren
. But the new line char should stay constant within the file, so we are using thelineSeperator
property (in the python frontend) instead.