[coverage] Replacing coveralls with codecov
This commit is contained in:
parent
413585448e
commit
4f7258aaca
|
|
@ -1 +0,0 @@
|
||||||
repo_token: 4P9MpvLrZfJKzHdGZsdV3MzO43OZJgYFn
|
|
||||||
|
|
@ -27,5 +27,7 @@ before_script:
|
||||||
- export PATH=${PATH}:/tmp/hive/bin
|
- export PATH=${PATH}:/tmp/hive/bin
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install tox tox-travis
|
- pip install codecov tox tox-travis
|
||||||
script: tox -e $TOX_ENV
|
script: tox -e $TOX_ENV
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Superset
|
||||||
|
|
||||||
[](https://travis-ci.org/apache/incubator-superset)
|
[](https://travis-ci.org/apache/incubator-superset)
|
||||||
[](https://badge.fury.io/py/superset)
|
[](https://badge.fury.io/py/superset)
|
||||||
[](https://coveralls.io/github/apache/incubator-superset?branch=master)
|
[](https://codecov.io/github/apache/incubator-superset)
|
||||||
[](https://pypi.python.org/pypi/superset)
|
[](https://pypi.python.org/pypi/superset)
|
||||||
[](https://requires.io/github/apache/incubator-superset/requirements/?branch=master)
|
[](https://requires.io/github/apache/incubator-superset/requirements/?branch=master)
|
||||||
[](https://gitter.im/airbnb/superset?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/airbnb/superset?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
@ -165,7 +165,7 @@ the world know they are using Superset. Join our growing community!
|
||||||
- [Konfío](http://konfio.mx)
|
- [Konfío](http://konfio.mx)
|
||||||
- [Lyft](https://www.lyft.com/)
|
- [Lyft](https://www.lyft.com/)
|
||||||
- [Maieutical Labs](https://cloudschooling.it)
|
- [Maieutical Labs](https://cloudschooling.it)
|
||||||
- [PeopleDoc](https://www.people-doc.com)
|
- [PeopleDoc](https://www.people-doc.com)
|
||||||
- [Ona](https://ona.io)
|
- [Ona](https://ona.io)
|
||||||
- [Pronto Tools](http://www.prontotools.io)
|
- [Pronto Tools](http://www.prontotools.io)
|
||||||
- [Qunar](https://www.qunar.com/)
|
- [Qunar](https://www.qunar.com/)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
codeclimate-test-reporter
|
codeclimate-test-reporter
|
||||||
coveralls
|
|
||||||
flake8
|
flake8
|
||||||
flask_cors
|
flask_cors
|
||||||
ipdb
|
ipdb
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,3 @@ set -e
|
||||||
superset/bin/superset db upgrade
|
superset/bin/superset db upgrade
|
||||||
superset/bin/superset version -v
|
superset/bin/superset version -v
|
||||||
python setup.py nosetests
|
python setup.py nosetests
|
||||||
if [ "$CI" = "true" ] ; then
|
|
||||||
coveralls
|
|
||||||
fi
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue