mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Added codecov badge
This commit is contained in:
parent
442a813831
commit
9451a085d1
2 changed files with 5 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
||||||
# aiogram 3.0 [WIP]
|
# aiogram 3.0 [WIP]
|
||||||
|
|
||||||
|
[![\[Telegram\] aiogram live](https://img.shields.io/badge/telegram-aiogram-blue.svg?style=flat-square)](https://t.me/aiogram_live)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
[](https://pypi.python.org/pypi/aiogram)
|
[](https://pypi.python.org/pypi/aiogram)
|
||||||
[](https://core.telegram.org/bots/api)
|
[](https://core.telegram.org/bots/api)
|
||||||
[](https://pypi.python.org/pypi/aiogram)
|
[](https://pypi.python.org/pypi/aiogram)
|
||||||
[](https://pypi.python.org/pypi/aiogram)
|
[](https://pypi.python.org/pypi/aiogram)
|
||||||
[](https://pypi.python.org/pypi/aiogram)
|
[](https://pypi.python.org/pypi/aiogram)
|
||||||
[![\[Telegram\] aiogram live](https://img.shields.io/badge/telegram-aiogram-blue.svg?style=flat-square)](https://t.me/aiogram_live)
|
[](https://app.codecov.io/gh/aiogram/aiogram)
|
||||||
|
|
||||||
**aiogram** modern and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and simpler.
|
**aiogram** modern and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and simpler.
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,9 @@ aiogram
|
||||||
:target: https://t.me/aiogram_live
|
:target: https://t.me/aiogram_live
|
||||||
:alt: [Telegram] aiogram live
|
:alt: [Telegram] aiogram live
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/codecov/c/github/aiogram/aiogram?style=flat-square
|
||||||
|
:target: https://app.codecov.io/gh/aiogram/aiogram
|
||||||
|
:alt: Codecov
|
||||||
|
|
||||||
**aiogram** modern and fully asynchronous framework for
|
**aiogram** modern and fully asynchronous framework for
|
||||||
`Telegram Bot API <https://core.telegram.org/bots/api>`_ written in Python 3.7 with
|
`Telegram Bot API <https://core.telegram.org/bots/api>`_ written in Python 3.7 with
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue