Aiven-Open / pghoard

PostgreSQL® backup and restore service
http://aiven-open.github.io/pghoard/
Apache License 2.0
1.31k stars 96 forks source link

Fix CI pipeline - check major versions only for commands #534

Closed alexole closed 2 years ago

alexole commented 2 years ago

About this change - What it does

Fixes the CI pipeline

Why this way

In the tests we check the full versions of the PG binaries used, some packages are shipped with different minor versions of binaries (not necessarily the latest), so we should check major version only, they should be compatible.

codecov[bot] commented 2 years ago

Codecov Report

Merging #534 (292dc52) into main (af2a914) will increase coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #534      +/-   ##
==========================================
+ Coverage   89.39%   89.42%   +0.02%     
==========================================
  Files          29       29              
  Lines        4490     4490              
==========================================
+ Hits         4014     4015       +1     
+ Misses        476      475       -1     
Impacted Files Coverage Δ
pghoard/pghoard.py 82.79% <0.00%> (+0.16%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eaa986e...292dc52. Read the comment docs.