coveralls
codecov's report is not right
This commit is contained in:
parent
6b9fc870c2
commit
8c8886a808
@ -16,6 +16,10 @@ matrix:
|
|||||||
sudo: required
|
sudo: required
|
||||||
env: WINE_PYTHON=3.5.4 PIP='wine pip' PYTHON='wine python'
|
env: WINE_PYTHON=3.5.4 PIP='wine pip' PYTHON='wine python'
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
- https://coveralls.io/webhook?repo_token=COVERALLS_REPO_TOKEN
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
if [ "${TRAVIS_OS_NAME}" == osx ]; then
|
if [ "${TRAVIS_OS_NAME}" == osx ]; then
|
||||||
@ -51,7 +55,7 @@ before_install:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip3 install --upgrade coverage codecov
|
- pip3 install --upgrade coverage coveralls
|
||||||
- ${PIP} install --upgrade --editable .[test,md5,bcrypt]
|
- ${PIP} install --upgrade --editable .[test,md5,bcrypt]
|
||||||
|
|
||||||
script:
|
script:
|
||||||
@ -64,4 +68,4 @@ after_success:
|
|||||||
printf '[paths]\nsource =\n .\n %s\n' "$(winepath --windows '')" >"${config}"
|
printf '[paths]\nsource =\n .\n %s\n' "$(winepath --windows '')" >"${config}"
|
||||||
coverage3 combine --rcfile "${config}" .coverage
|
coverage3 combine --rcfile "${config}" .coverage
|
||||||
fi
|
fi
|
||||||
- codecov --env WINE_PYTHON
|
- env COVERALLS_PARALLEL=true coveralls
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Read Me
|
Read Me
|
||||||
=======
|
=======
|
||||||
[![Build Status](https://travis-ci.org/Kozea/Radicale.svg?branch=master)](https://travis-ci.org/Kozea/Radicale)
|
[![Build Status](https://travis-ci.org/Kozea/Radicale.svg?branch=master)](https://travis-ci.org/Kozea/Radicale)
|
||||||
[![codecov](https://codecov.io/gh/kozea/radicale/branch/master/graphs/badge.svg)](https://codecov.io/gh/kozea/radicale/branch/master)
|
[![Coverage Status](https://coveralls.io/repos/github/Kozea/Radicale/badge.svg?branch=master)](https://coveralls.io/github/Kozea/Radicale?branch=master)
|
||||||
|
|
||||||
Radicale is a free and open-source CalDAV and CardDAV server.
|
Radicale is a free and open-source CalDAV and CardDAV server.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user