dalibo / pgtoolkit

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

Declare a conntype attribute to HBARecord #50

Closed dlax closed 4 years ago

dlax commented 4 years ago

This is commonly passed in 'values' when building the object and is also documented.

codecov-commenter commented 4 years ago

Codecov Report

Merging #50 into master will decrease coverage by 0.34%. The diff coverage is 98.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
- Coverage   99.73%   99.38%   -0.35%     
==========================================
  Files           7        9       +2     
  Lines         746      809      +63     
==========================================
+ Hits          744      804      +60     
- Misses          2        5       +3     
Flag Coverage Δ
#py26 ?
#py36 99.38% <98.85%> (-0.35%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pgtoolkit/_helpers.py 94.11% <87.50%> (-5.89%) :arrow_down:
pgtoolkit/conf.py 100.00% <100.00%> (ø)
pgtoolkit/errors.py 100.00% <100.00%> (ø)
pgtoolkit/hba.py 100.00% <100.00%> (ø)
pgtoolkit/log/__init__.py 100.00% <100.00%> (ø)
pgtoolkit/log/__main__.py 100.00% <100.00%> (ø)
pgtoolkit/log/parser.py 100.00% <100.00%> (ø)
pgtoolkit/pgpass.py 100.00% <100.00%> (ø)
pgtoolkit/service.py 97.53% <100.00%> (ø)
... and 1 more

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 17f7419...9af78c4. Read the comment docs.