Robpol86 / terminaltables

Project no longer maintained.
https://github.com/matthewdeanmartin/terminaltables
MIT License
689 stars 70 forks source link

Added UnicodeSingleTable that uses UTF-8 characters for borders #50

Open eblis opened 6 years ago

eblis commented 6 years ago

Works on both Linux and Windows systems. Also made sure the files use UTF-8 encoding.

codecov-io commented 6 years ago

Codecov Report

Merging #50 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #50      +/-   ##
=========================================
+ Coverage   99.57%   99.6%   +0.03%     
=========================================
  Files           8       8              
  Lines         466     509      +43     
  Branches       76      76              
=========================================
+ Hits          464     507      +43     
  Misses          1       1              
  Partials        1       1
Impacted Files Coverage Δ
terminaltables/ascii_table.py 100% <ø> (ø) :arrow_up:
terminaltables/base_table.py 100% <ø> (ø) :arrow_up:
terminaltables/github_table.py 100% <ø> (ø) :arrow_up:
terminaltables/width_and_alignment.py 100% <ø> (ø) :arrow_up:
terminaltables/terminal_io.py 96.07% <ø> (+0.07%) :arrow_up:
terminaltables/build.py 100% <ø> (ø) :arrow_up:
terminaltables/other_tables.py 100% <100%> (ø) :arrow_up:
tests/test_all_tables_e2e/__init__.py 100% <0%> (ø) :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 ad8f46e...3e91b91. Read the comment docs.