Closed lordrip closed 1 year ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
1.0% Duplication
Patch coverage: 80.00%
and project coverage change: +0.06%
:tada:
Comparison is base (
fa71d42
) 70.68% compared to head (03733a3
) 70.74%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Context
Currently, routeConfiguration and restConfiguration properties are supported.
Changes
The goal is to have both camelCase and kebab-case reading support but camelCase writing support.
rest-configuration
androute-configuration
gets transformed intorestConfiguration
androuteConfiguration
respectively.