Robpol86 / terminaltables

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

Added ability to add separators as a row inside the table. #51

Open eblis opened 6 years ago

eblis commented 6 years ago

Added ability to add separators as a row inside the table. Separators can be inserted by adding a single element list containing the SEPARATOR text; whenever a SEPARATOR is encountered a horizontal line will be written instead.

codecov-io commented 6 years ago

Codecov Report

Merging #51 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   99.57%   99.57%   +<.01%     
==========================================
  Files           8        8              
  Lines         466      471       +5     
  Branches       76       78       +2     
==========================================
+ Hits          464      469       +5     
  Misses          1        1              
  Partials        1        1
Impacted Files Coverage Δ
terminaltables/width_and_alignment.py 100% <100%> (ø) :arrow_up:
terminaltables/base_table.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...a3ad7f2. Read the comment docs.