umed / xl2pgtable

It's a python library to upload directory of Excel files into PostgreSQL database.
MIT License
3 stars 2 forks source link

Redesigning of tool, to make it more extensible #29

Closed umed closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #29 into feature/redesign will increase coverage by 8.5%. The diff coverage is 35.36%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           feature/redesign      #29     +/-   ##
===================================================
+ Coverage             10.21%   18.72%   +8.5%     
===================================================
  Files                    12       23     +11     
  Lines                   323      486    +163     
===================================================
+ Hits                     33       91     +58     
- Misses                  290      395    +105
Flag Coverage Δ
#unittests 18.72% <35.36%> (+8.5%) :arrow_up:
Impacted Files Coverage Δ
uploader/__main__.py 0% <ø> (ø) :arrow_up:
uploader/implementations/common/file_data.py 0% <0%> (ø)
uploader/implementations/common/config.py 0% <0%> (ø)
uploader/database/database.py 0% <0%> (ø) :arrow_up:
uploader/implementations/postgres/writer.py 0% <0%> (ø)
uploader/implementations/excel/reader.py 0% <0%> (ø)
uploader/interfaces/__init__.py 100% <100%> (ø)
...sts/implementations/common/test_type_recognizer.py 100% <100%> (ø)
uploader/interfaces/itype_recognizer.py 66.66% <66.66%> (ø)
uploader/interfaces/idata.py 75% <75%> (ø)
... and 14 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 1a28c43...e189306. Read the comment docs.