jazzband / prettytable

Display tabular data in a visually appealing ASCII table format
https://pypi.org/project/PrettyTable/
Other
1.36k stars 155 forks source link

Add DRAWING style #112

Closed Sven-J-Steinert closed 2 years ago

Sven-J-Steinert commented 3 years ago

closed lines in console

│ City name │ Area │ Population │ Annual Rainfall │
├───────────┼──────┼────────────┼─────────────────┤
│ Brisbane  │ 5905 │    1857594 │          1146.4 │
│ Darwin    │  112 │     120900 │          1714.7 │
│ Hobart    │ 1357 │     205556 │           619.5 │
codecov[bot] commented 3 years ago

Codecov Report

Merging #112 (06be1f7) into master (508d0d4) will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #112      +/-   ##
==========================================
+ Coverage   92.50%   92.58%   +0.07%     
==========================================
  Files           3        3              
  Lines        1974     1995      +21     
==========================================
+ Hits         1826     1847      +21     
  Misses        148      148              
Flag Coverage Δ
GHA_Ubuntu 92.58% <100.00%> (+0.07%) :arrow_up:
GHA_Windows 92.58% <100.00%> (+0.07%) :arrow_up:
GHA_macOS 92.58% <100.00%> (+0.07%) :arrow_up:

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

Impacted Files Coverage Δ
src/prettytable/__init__.py 100.00% <ø> (ø)
tests/test_prettytable.py 100.00% <ø> (ø)
src/prettytable/prettytable.py 88.90% <100.00%> (+0.17%) :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 508d0d4...06be1f7. Read the comment docs.