@@ -262,15 +262,16 @@ <h1>Testing</h1>
262262< p > We now use Travis CI and Circle CI to run tests. See the statuses:</ p >
263263< a href ="https://travis-ci.org/sqlobject/sqlobject " class ="reference external image-reference "> < img src ="https://travis-ci.org/sqlobject/sqlobject.svg?branch=master " alt ="https://travis-ci.org/sqlobject/sqlobject.svg?branch=master "> </ a >
264264< a href ="https://circleci.com/gh/sqlobject/sqlobject " class ="reference external image-reference "> < img src ="https://circleci.com/gh/sqlobject/sqlobject.svg?style=shield " alt ="https://circleci.com/gh/sqlobject/sqlobject.svg?style=shield "> </ a >
265- < p > To avoid triggering unnecessary test run at Travis add text
265+ < p > To avoid triggering unnecessary test run at CI services add text
266266< a href ="https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build " class ="reference external "> [skip ci] or [ci skip]</ a >
267267anywhere in your commit messages for commits that don't change code
268268(documentation updates and such).</ p >
269269< p > We use < a href ="https://pypi.python.org/pypi/coverage " class ="reference external "> coverage.py</ a >
270270to measures code coverage by tests and upload the result for analyzis to
271271< a href ="https://coveralls.io/github/sqlobject/sqlobject " class ="reference external "> Coveralls</ a > and
272- < a href ="https://codecov.io/gh/sqlobject/sqlobject " class ="reference external "> Codecov</ a > . </ p >
272+ < a href ="https://codecov.io/gh/sqlobject/sqlobject " class ="reference external "> Codecov</ a > : </ p >
273273< a href ="https://coveralls.io/github/sqlobject/sqlobject?branch=master " class ="reference external image-reference "> < img src ="https://coveralls.io/repos/github/sqlobject/sqlobject/badge.svg?branch=master " alt ="https://coveralls.io/repos/github/sqlobject/sqlobject/badge.svg?branch=master "> </ a >
274+ < a href ="https://codecov.io/gh/sqlobject/sqlobject " class ="reference external image-reference "> < object type ="image/svg+xml " data ="https://codecov.io/gh/sqlobject/sqlobject/branch/master/graph/badge.svg "> https://codecov.io/gh/sqlobject/sqlobject/branch/master/graph/badge.svg</ object > </ a >
274275</ div >
275276< div class ="section " id ="documentation ">
276277< h1 > Documentation</ h1 >
0 commit comments