Skip to content
Snippets Groups Projects
Commit ddef1943 authored by Yung-Chin Oei's avatar Yung-Chin Oei
Browse files

travis-ci: switch to codecov.io for coverage reports

parent a42e9380
No related branches found
No related tags found
No related merge requests found
[run]
source = pykafka
branch = True
omit =
*/python?.?/*
*/lib-python/?.?/*.py
......
......@@ -19,7 +19,7 @@ notifications:
install:
- pip install python-coveralls kazoo tox testinstances
- pip install codecov kazoo tox testinstances
before_script:
- "python -m pykafka.test.kafka_instance 3 --download-dir /home/travis/kafka-bin &"
......@@ -30,7 +30,7 @@ script:
# Calculate coverage on success
after_success:
- coveralls --config_file .coveragerc
- codecov
branches:
only:
......
.. image:: https://travis-ci.org/Parsely/pykafka.svg?branch=master
:target: https://travis-ci.org/Parsely/pykafka
.. image:: https://coveralls.io/repos/Parsely/pykafka/badge.svg?branch=master
:target: https://coveralls.io/r/Parsely/pykafka?branch=master
.. image:: https://codecov.io/github/Parsely/pykafka/coverage.svg?branch=master
:target: https://codecov.io/github/Parsely/pykafka?branch=master
PyKafka
=======
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment