File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 - name : Run pytest
6060 run : python -m pytest tests/ -v
6161
62+ - name : Run tests and collect coverage
63+ run : pytest --cov .
64+
6265 - name : Upload coverage reports to Codecov
6366 uses : codecov/codecov-action@v5
6467 with :
Original file line number Diff line number Diff line change 11# psqlpy-sqlalchemy
22[ ![ ci] ( https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB )] ( https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB )
33[ ![ ci] ( https://github.com/h0rn3t/fastapi-async-sqlalchemy/workflows/ci/badge.svg )] ( https://github.com/h0rn3t/psqlpy_sqlalchemy/workflows/ci/badge.svg )
4- [ ![ codecov] ( https://codecov.io/gh/h0rn3t/psqlpy_sqlalchemy/branch/main/graph/badge.svg?token=F4NJ34WKPY )] ( https://codecov.io/gh/h0rn3t/psqlpy_sqlalchemy )
5- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
6- [ ![ pip] ( https://img.shields.io/pypi/v/fastapi_async_sqlalchemy?color=blue )] ( https://pypi.org/project/fastapi-async-sqlalchemy/ )
7- [ ![ Downloads] ( https://static.pepy.tech/badge/fastapi-async-sqlalchemy )] ( https://pepy.tech/project/fastapi-async-sqlalchemy )
8- [ ![ Updates] ( https://pyup.io/repos/github/h0rn3t/fastapi-async-sqlalchemy/shield.svg )] ( https://pyup.io/repos/github/h0rn3t/fastapi-async-sqlalchemy/ )
4+ [ ![ codecov] ( https://codecov.io/gh/h0rn3t/psqlpy-sqlalchemy/graph/badge.svg?token=tZoyeATPa2 )] ( https://codecov.io/gh/h0rn3t/psqlpy-sqlalchemy ) [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
5+ [ ![ pip] ( https://img.shields.io/pypi/v/psqlpy-sqlalchemy?color=blue )] ( https://pypi.org/project/psqlpy-sqlalchemy/ )
6+ [ ![ Updates] ( https://pyup.io/repos/github/h0rn3t/psqlpy-sqlalchemy/shield.svg )] ( https://pyup.io/repos/github/h0rn3t/psqlpy-sqlalchemy/ )
97
108SQLAlchemy dialect for [ psqlpy] ( https://github.com/qaspen-python/psqlpy ) - a fast PostgreSQL driver for Python.
119
You can’t perform that action at this time.
0 commit comments