Closed peternied closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.55%. Comparing base (
d5f5be6
) to head (39e67ae
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Needed to retry the gradle tests, created Flaky Test: WorkCoordinatorTest.testAcquireLeaseForQuery [1]
Description
Rather than using a backtracking pattern which could have performance impact, switch to using explict character ranges which work for json path seperated with periods.
Mitigates sonar lint rule java:S5852 [1]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.