Use Codecov instead of coveralls.

This commit is contained in:
Jannis Leidel 2020-11-23 16:21:54 +01:00
parent b06a025948
commit 70cba0264a
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 11 additions and 12 deletions

View file

@ -26,7 +26,7 @@ jobs:
- name: Tox tests
run: tox
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@master
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
github-token: ${{ secrets.COVERALLS_GITHUB_TOKEN }}
name: Python ${{ matrix.python-version }}

View file

@ -2,19 +2,18 @@
:target: https://jazzband.co/
:alt: Jazzband
.. image:: https://github.com/jazzband/sorl-thumbnail/workflows/Test/badge.svg
:target: https://github.com/jazzband/sorl-thumbnail/actions
:alt: Tests
.. image:: https://codecov.io/gh/jazzband/contextlib2/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jazzband/contextlib2
:alt: Coverage
.. image:: https://readthedocs.org/projects/contextlib2/badge/?version=latest
:target: https://contextlib2.readthedocs.org/
:alt: Latest Docs
.. image:: https://img.shields.io/travis/jazzband/contextlib2/master.svg
:target: http://travis-ci.org/jazzband/contextlib2
.. image:: https://coveralls.io/repos/github/jazzband/contextlib2/badge.svg?branch=master
:target: https://coveralls.io/github/jazzband/contextlib2?branch=master
.. image:: https://landscape.io/github/jazzband/contextlib2/master/landscape.svg
:target: https://landscape.io/github/jazzband/contextlib2/
contextlib2 is a backport of the `standard library's contextlib
module <https://docs.python.org/3.5/library/contextlib.html>`_ to
earlier Python versions.