Skip to content

Commit 0e84e3f

Browse files
committed
Added badges for Travis build status and codecoverage.
1 parent 2743534 commit 0e84e3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
tableformatter: tabular data formatter
22
======================================
3+
[![Build status](https://api.travis-ci.com/python-tableformatter/tableformatter.svg?branch=master)](https://travis-ci.com/python-tableformatter/tableformatter)
4+
[![codecov](https://codecov.io/gh/python-tableformatter/tableformatter/branch/master/graph/badge.svg)](https://codecov.io/gh/python-tableformatter/tableformatter)
5+
36
tableformatter is a tabular data formatter allowing printing from both arbitrary tuples of strings or object inspection.
47
It converts your data into a string form suitable for pretty-printing as a table. The goal is to make it quick and easy
58
for developers to display tabular data in an aesthetically pleasing fashion. It provides a simple public API, but allows

0 commit comments

Comments
 (0)