dalibo / pgtoolkit

Postgres Support from Python
https://pgtoolkit.rtfd.io/
PostgreSQL License
21 stars 9 forks source link

Handle pgpass with only comments in sort() #88

Closed dlax closed 3 years ago

dlax commented 3 years ago

Previously, when the password file was only composed of comments, these were discarded upon .sort() call.

codecov-commenter commented 3 years ago

Codecov Report

Merging #88 (609a3c0) into master (983f6c3) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #88   +/-   ##
=======================================
  Coverage   98.45%   98.46%           
=======================================
  Files          10       10           
  Lines        1102     1104    +2     
=======================================
+ Hits         1085     1087    +2     
  Misses         17       17           
Impacted Files Coverage Δ
pgtoolkit/pgpass.py 100.00% <100.00%> (ø)

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 983f6c3...609a3c0. Read the comment docs.