diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-12-11 00:26:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-11 00:26:09 (GMT) |
commit | e158a563a58f8651bcaf77c45799056e76e84a72 (patch) | |
tree | 34e8b830c19bd7814ef1d96eee6baa4969d3b000 /README.rst | |
parent | 2da6f724c41a13cbbf97bbc1b62db00ba53ddd33 (diff) | |
download | SCons-e158a563a58f8651bcaf77c45799056e76e84a72.zip SCons-e158a563a58f8651bcaf77c45799056e76e84a72.tar.gz SCons-e158a563a58f8651bcaf77c45799056e76e84a72.tar.bz2 |
Added coveralls.io status badge
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ SCons - a software construction tool .. image:: https://travis-ci.org/SCons/scons.svg?branch=master :target: https://travis-ci.org/SCons/scons :alt: Travis CI build status + +.. image:: https://coveralls.io/repos/github/SCons/scons/badge.svg + :target: https://coveralls.io/github/SCons/scons + :alt: Coveralls.io Coverage Status + Welcome to the SCons development tree. The real purpose of this tree is to package SCons for production distribution in a variety of formats, not just to |