mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
Use Codecov instead of coveralls.
This commit is contained in:
parent
b06a025948
commit
70cba0264a
2 changed files with 11 additions and 12 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
17
README.rst
17
README.rst
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue