diff --git a/.travis.yml b/.travis.yml index c33c9e6..5746399 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ addons: install: - pip install -U pip setuptools wheel - pip install -q $PILLOW - - pip install pytest pytest-cov coveralls + - pip install pytest pytest-cov codecov - pip install . before_script: @@ -41,7 +41,7 @@ before_script: script: py.test -sv --cov sigal --cov-report term-missing tests/ after_success: - coveralls + codecov notifications: irc: "chat.freenode.net#sigal" diff --git a/README.rst b/README.rst index 249bf19..606cd73 100644 --- a/README.rst +++ b/README.rst @@ -5,9 +5,9 @@ Sigal - Simple Static Gallery Generator :target: https://travis-ci.org/saimn/sigal :alt: Travis-ci: continuous integration status. -.. image:: https://coveralls.io/repos/saimn/sigal/badge.png?branch=master - :target: https://coveralls.io/r/saimn/sigal?branch=master - :alt: coveralls.io +.. image:: https://codecov.io/gh/saimn/sigal/branch/master/graph/badge.svg + :target: https://codecov.io/gh/saimn/sigal + :alt: codecov.io Sigal is yet another simple static gallery generator. It's written in Python and it allows to build a static gallery of images with the following features: