Closed credmond-git closed 6 months ago
Failed conditions
4.3% Duplication on New Code (required ≤ 3%)
C Reliability Rating on New Code (required ≥ A)
See analysis details on SonarCloud
Catch issues before they fail your Quality Gate with our IDE extension SonarLint
Attention: Patch coverage is 95.67100%
with 10 lines
in your changes are missing coverage. Please review.
Project coverage is 90.28%. Comparing base (
89eeaae
) to head (c8ce34b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
feat: use the common lexer to rebuild a normalized string instead of hardcoding "." feat: move array open close and map key value separator to the lexer. feat: Add a builder for the path lexer. feat: path lexer supports delimiters matching multiple tokens. feat: use the path lexer on the yaml, json, toml and hocon to split paths. fix: remove the escape string from the map decoder.