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

Add check for sequences overflow #403

Closed mfvanek closed 3 months ago

mfvanek commented 3 months ago

Relates to https://github.com/mfvanek/pg-index-health/issues/363 Supersedes https://github.com/mfvanek/pg-index-health/pull/401

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 (439a77d) to head (e139fa7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #403 +/- ## =========================================== Coverage 100.00% 100.00% - Complexity 924 949 +25 =========================================== Files 143 146 +3 Lines 1996 2042 +46 Branches 133 134 +1 =========================================== + Hits 1996 2042 +46 ```

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

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud