Skip to content

Commit

Permalink
Added test coverage badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
runfalk committed Dec 21, 2015
1 parent 44b3e75 commit ee43fc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Spans
=====
|test-status|
|test-status| |test-coverage|

Spans is a pure Python implementation of PostgreSQL's range types [#]_. Range types
are conveinent when working with intervals of any kind. Every time you've found
Expand Down Expand Up @@ -118,6 +118,11 @@ For a deeper set of examples please refer to ``types.py`` and ``settypes.py``.
:scale: 100%
:target: https://travis-ci.org/runfalk/spans
.. |test-coverage| image:: https://codecov.io/github/runfalk/spans/coverage.svg?branch=master
:alt: Test coverage
:scale: 100%
:target: https://codecov.io/github/runfalk/spans?branch=master
.. |documentation-status| image:: https://readthedocs.org/projects/spans/badge/
:alt: Documentation status
:scale: 100%
Expand Down

0 comments on commit ee43fc4

Please sign in to comment.