diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0128c5c..8477cea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} diff --git a/README.rst b/README.rst index 7fe170f..bfed991 100644 --- a/README.rst +++ b/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 `_ to earlier Python versions.