Skip to content

Commit

Permalink
Changed coveralls to codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo13 committed Jan 21, 2017
1 parent 4666b85 commit 623ea8c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -45,7 +45,7 @@ install:

script: tox -- --cov=./circuits --no-cov-on-fail --cov-report=

after_success: coveralls
after_success: codecov

notifications:
irc: "chat.freenode.net#circuits"
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/circuits/circuits.svg)](https://travis-ci.org/circuits/circuits)

[![Coverage](https://coveralls.io/repos/circuits/circuits/badge.png)](https://coveralls.io/r/circuits/circuits)
[![codecov](https://codecov.io/gh/circuits/circuits/branch/master/graph/badge.svg)](https://codecov.io/gh/circuits/circuits)

[![Quality](https://landscape.io/github/circuits/circuits/master/landscape.png)](https://landscape.io/github/circuits/circuits/master)

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -17,10 +17,10 @@
:target: https://travis-ci.org/circuits/circuits
:alt: Build Status

.. image:: https://coveralls.io/repos/circuits/circuits/badge.png
:target: https://coveralls.io/r/circuits/circuits
:alt: Coverage
.. image:: https://codecov.io/gh/circuits/circuits/branch/master/graph/badge.svg
:target: https://codecov.io/gh/circuits/circuits
:alt: Coverage

.. image:: https://landscape.io/github/circuits/circuits/master/landscape.png
:target: https://landscape.io/github/circuits/circuits/master
:alt: Quality
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -11,7 +11,7 @@ wheel
tox
pytest
uhttplib
coveralls
codecov
pytest-cov

# Generating Documentation
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
@@ -1,4 +1,4 @@
coveralls
codecov
pytest
pytest-cov
flake8
Expand Down

0 comments on commit 623ea8c

Please sign in to comment.