Skip to content

Commit

Permalink
Update README and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Apr 18, 2024
1 parent 5982044 commit 5d4bb7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
- name: Run tests
run: python setup.py test --addopts "--cov-report xml"
- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
env_vars: OS,PYTHON
token: ${{ secrets.CODECOV_TOKEN }}

Release:
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ aiostream
:target: http://aiostream.readthedocs.io/en/latest/?badge=latest
:alt:

.. image:: https://codecov.io/gh/vxgmichel/aiostream/branch/master/graph/badge.svg
.. image:: https://codecov.io/gh/vxgmichel/aiostream/branch/main/graph/badge.svg
:target: https://codecov.io/gh/vxgmichel/aiostream
:alt:

.. image:: https://travis-ci.org/vxgmichel/aiostream.svg?branch=master
:target: https://travis-ci.org/vxgmichel/aiostream
.. image:: https://github.com/vxgmichel/aiostream/workflows/CI/badge.svg
:target: https://github.com/vxgmichel/aiostream/actions/workflows/ci.yml?query=branch%3Amain
:alt:

.. image:: https://img.shields.io/pypi/v/aiostream.svg
Expand Down Expand Up @@ -80,7 +80,7 @@ Demonstration

The following example demonstrates most of the streams capabilities:

.. sourcecode:: python
.. code:: python
import asyncio
from aiostream import stream, pipe
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ aiostream
:target: http://aiostream.readthedocs.io/en/latest/?badge=latest
:alt:

.. image:: https://coveralls.io/repos/github/vxgmichel/aiostream/badge.svg?branch=master
:target: https://coveralls.io/github/vxgmichel/aiostream?branch=master
.. image:: https://codecov.io/gh/vxgmichel/aiostream/branch/main/graph/badge.svg
:target: https://codecov.io/gh/vxgmichel/aiostream
:alt:

.. image:: https://travis-ci.org/vxgmichel/aiostream.svg?branch=master
:target: https://travis-ci.org/vxgmichel/aiostream
.. image:: https://github.com/vxgmichel/aiostream/workflows/CI/badge.svg
:target: https://github.com/vxgmichel/aiostream/actions/workflows/ci.yml?query=branch%3Amain
:alt:

.. image:: https://img.shields.io/pypi/v/aiostream.svg
Expand Down

0 comments on commit 5d4bb7a

Please sign in to comment.