diff options
author | Tim Harder <radhermit@gmail.com> | 2015-03-30 02:07:18 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2015-03-30 02:07:18 -0400 |
commit | 5fbe5070015e2a372dbd1a14b9d6639c185e720b (patch) | |
tree | 842627342a0ca40b90b7ee2f04a7e3480686f657 /README.rst | |
parent | fix irregular test failures due to randomized ordering (diff) | |
download | pkgcheck-5fbe5070015e2a372dbd1a14b9d6639c185e720b.tar.gz pkgcheck-5fbe5070015e2a372dbd1a14b9d6639c185e720b.tar.bz2 pkgcheck-5fbe5070015e2a372dbd1a14b9d6639c185e720b.zip |
add coverage badge to readme
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -|test| +|test| |coverage| ======== pkgcheck @@ -143,3 +143,5 @@ pkgcheck_reporter_factory``. .. |test| image:: https://travis-ci.org/pkgcore/pkgcheck.svg?branch=master :target: https://travis-ci.org/pkgcore/pkgcheck +.. |coverage| image:: https://coveralls.io/repos/pkgcore/pkgcheck/badge.png?branch=master + :target: https://coveralls.io/r/pkgcore/pkgcheck?branch=master |