Shapedsundew9 / pypgtable

Simple postgres table creation and operation
MIT License
0 stars 0 forks source link

Better logging, fix imports & add import order check #26

Closed Shapedsundew9 closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #26 (2ba5f3d) into main (f0f3187) will decrease coverage by 0.10%. The diff coverage is 97.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
- Coverage   94.68%   94.57%   -0.11%     
==========================================
  Files           5        6       +1     
  Lines         602      627      +25     
==========================================
+ Hits          570      593      +23     
- Misses         32       34       +2     
Flag Coverage Δ
unittests 94.57% <97.87%> (-0.11%) :arrow_down:

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

Impacted Files Coverage Δ
pypgtable/table.py 94.23% <94.73%> (-0.22%) :arrow_down:
pypgtable/__init__.py 100.00% <100.00%> (ø)
pypgtable/database.py 97.27% <100.00%> (ø)
pypgtable/raw_table.py 91.75% <100.00%> (-0.24%) :arrow_down:
pypgtable/validators.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 f0f3187...2ba5f3d. Read the comment docs.