Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

eblis
Copy link

@eblis eblis commented Sep 14, 2017

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.

… 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
Copy link

codecov-io commented Sep 14, 2017

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%> (ø) ⬆️
terminaltables/base_table.py 100% <100%> (ø) ⬆️
tests/test_all_tables_e2e/__init__.py 100% <0%> (ø) ⬆️

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants