Kong / go-database-reconciler

Apache License 2.0
5 stars 3 forks source link

fix: correct defect on sorting objects #95

Closed GGabriele closed 4 months ago

GGabriele commented 4 months ago

Summary

Add missing cases for sorting arrays.

SUMMARY_GOES_HERE

Full changelog

Issues resolved

Fix #XXX

Documentation

Testing

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 41.18%. Comparing base (52a75e3) to head (c266cb4).

Files Patch % Lines
pkg/state/types.go 71.42% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #95 +/- ## ========================================== + Coverage 41.16% 41.18% +0.01% ========================================== Files 74 74 Lines 10795 10802 +7 ========================================== + Hits 4444 4449 +5 - Misses 5890 5891 +1 - Partials 461 462 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.