Skip to content

Commit e8cbe3a

Browse files
committed
switch to codecov
1 parent 4f18d2a commit e8cbe3a

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ install:
1919
script:
2020
make test
2121
after_success:
22-
coveralls
22+
codecov

README.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
============
2-
pyexcel-text
3-
============
1+
=============================================================
2+
pyexcel-text - Let you focus on data, instead of text format
3+
=============================================================
4+
5+
.. image:: https://api.travis-ci.org/pyexcel/pyexcel-text.svg?branch=master
6+
:target: http://travis-ci.org/pyexcel/pyexcel-text
47

5-
.. image:: https://api.travis-ci.org/chfw/pyexcel-text.svg?branch=master
6-
:target: http://travis-ci.org/chfw/pyexcel-text
8+
.. image:: https://codecov.io/github/pyexcel/pyexcel-xls/coverage.png
9+
:target: https://codecov.io/github/pyexcel/pyexcel-xls
710

8-
.. image:: https://coveralls.io/repos/chfw/pyexcel-text/badge.png?branch=master
9-
:target: https://coveralls.io/r/chfw/pyexcel-text?branch=master
1011

11-
It is a plugin to `pyexcel <https://github.com/chfw/pyexcel>`__ and extends its capbility to present and write data in text fromats mainly through `tabulate`:
12+
It is a plugin to `pyexcel <https://github.com/pyexcel/pyexcel>`__ and extends its capbility to present and write data in text fromats mainly through `tabulate`:
1213

1314
* "plain"
1415
* "simple"

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
pip freeze
12
nosetests --with-cov --cov pyexcel_text --cov tests --with-doctest --doctest-extension=.rst

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nose
22
rednose
33
nose-cov
4-
python-coveralls
4+
codecov
55
coverage
66

0 commit comments

Comments
 (0)