python-tableformatter / tableformatter

Tabular data formatter allowing printing from both arbitrary Iterables of Iterables or Iterables of objects via introspection
https://pypi.org/project/tableformatter/
MIT License
19 stars 3 forks source link

Examples #15

Closed anselor closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #15 into master will increase coverage by 4.84%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   83.43%   88.27%   +4.84%     
==========================================
  Files           1        1              
  Lines         809      819      +10     
==========================================
+ Hits          675      723      +48     
+ Misses        134       96      -38
Impacted Files Coverage Δ
tableformatter.py 88.27% <100%> (+4.84%) :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 82f2aab...34762d0. Read the comment docs.