mfvanek / pg-index-health

pg-index-health is a Java library for analyzing and maintaining indexes and tables health in Postgresql databases.
Apache License 2.0
124 stars 14 forks source link

Get rid of AdditionalValidators and code duplication. Contains breaking changes! #404

Closed mfvanek closed 3 months ago

mfvanek commented 3 months ago

Closes https://github.com/mfvanek/pg-index-health-sql/issues/32 Closes https://github.com/mfvanek/pg-index-health/issues/402

sonarcloud[bot] commented 3 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
3.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (f60e9b0) to head (ed4562b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #404 +/- ## =========================================== Coverage 100.00% 100.00% + Complexity 949 945 -4 =========================================== Files 146 145 -1 Lines 2042 2037 -5 Branches 134 134 =========================================== - Hits 2042 2037 -5 ```

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