Skip to content

Commit f7125bb

Browse files
committed
Finish removing coverall
There are regular issue where it shows decrease of coverage while only non-executable lines are added (e.g. comments), this might be dues to out of order reception of reports from travis-ci jobs. We did activate codecov.io, which does not appear to have this issue.
1 parent a5dfc3b commit f7125bb

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ before_script:
3838
- mongo mydb_test --eval 'db.createUser({user:"travis",pwd:"test",roles:["readWrite"]});'
3939

4040
install:
41-
- pip install -U pip setuptools wheel tox-travis coveralls mypy codecov
41+
- pip install -U pip setuptools wheel tox-travis mypy codecov
4242

4343
script:
4444
- tox
4545
- if [[ $BUILD_DOCS == 'true' ]]; then tox -e docs; fi
4646
- if [[ $MYPY_CHECK == 'true' ]]; then mypy zarr; fi
4747

4848
after_success:
49-
- coveralls --service=travis-pro
5049
- codecov

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<tr>
4848
<td>Coverage</td>
4949
<td>
50-
<a href="https://coveralls.io/github/zarr-developers/zarr-python?branch=master">
51-
<img src="https://coveralls.io/repos/github/zarr-developers/zarr-python/badge.svg?branch=master" alt="coverage" />
50+
<a href="https://codecov.io/gh/zarr-developers/zarr-python">
51+
<img src="https://codecov.io/gh/zarr-developers/zarr-python/branch/master/graph/badge.svg"/ alt="coverage">
5252
</a>
5353
</td>
5454
</tr>

requirements_dev_optional.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ pymongo==3.9.0
1212
# optional test requirements
1313
tox==3.14.0
1414
coverage==5.0.3
15-
coveralls==1.11.1
1615
flake8==3.8.3
1716
pytest-cov==2.7.1
1817
pytest-doctestplus==0.4.0

windows_conda_dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
coverage
2-
coveralls
32
fasteners
43
flake8
54
monotonic

0 commit comments

Comments
 (0)