mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Switch from coveralls to codecov
This commit is contained in:
parent
10315944d3
commit
ca31a64529
2 changed files with 5 additions and 5 deletions
|
|
@ -59,9 +59,9 @@ Why the name "Pelican"?
|
|||
.. |build-status| image:: https://img.shields.io/travis/getpelican/pelican/master.svg
|
||||
:target: https://travis-ci.org/getpelican/pelican
|
||||
:alt: Travis CI: continuous integration status
|
||||
.. |coverage-status| image:: https://img.shields.io/coveralls/getpelican/pelican.svg
|
||||
:target: https://coveralls.io/r/getpelican/pelican
|
||||
:alt: Coveralls: code coverage status
|
||||
.. |coverage-status| image:: https://img.shields.io/codecov/c/github/getpelican/pelican.svg
|
||||
:target: https://codecov.io/github/getpelican/pelican
|
||||
:alt: Codecov: code coverage status
|
||||
.. |pypi-version| image:: https://img.shields.io/pypi/v/pelican.svg
|
||||
:target: https://pypi.python.org/pypi/pelican
|
||||
:alt: PyPI: the Python Package Index
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -12,12 +12,12 @@ deps =
|
|||
-rdev_requirements.txt
|
||||
nose
|
||||
nose-cov
|
||||
coveralls
|
||||
codecov
|
||||
|
||||
commands =
|
||||
{envpython} --version
|
||||
nosetests -sv --with-coverage --cover-package=pelican pelican
|
||||
coveralls
|
||||
codecov
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python2.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue