Browse Source

Switch to codecov

pull/282/head
Simon Conseil 8 years ago
parent
commit
816924f8ee
  1. 4
      .travis.yml
  2. 6
      README.rst

4
.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"

6
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:

Loading…
Cancel
Save