File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 - if : matrix.python-version == '3.12' && runner.os == 'Linux'
5757 name : Lint
5858 run : hatch run lint:check
59-
59+
6060 - if : matrix.python-version == '3.12' && runner.os == 'Linux'
6161 name : Run tests with coverage tracking
6262 run : hatch run +py=${{ matrix.python-version }} test:cov
7070 with :
7171 name : coverage-xml
7272 path : coverage.xml
73-
73+
7474 - if : matrix.python-version == '3.12' && runner.os == 'Linux'
7575 name : Upload coverage reports to Codecov
7676 uses : codecov/codecov-action@v4.0.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Reusable test fixtures for any and all databases.
99| Project | | Status |
1010|-----------|:----|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1111| CI/CD | | [](https://github.com/litestar-org/pytest-databases/actions/workflows/release.yaml) [](https://github.com/litestar-org/pytest-databases/actions/workflows/ci.yaml) [](https://github.com/litestar-org/pytest-databases/actions/workflows/docs.yaml) |
12- | Quality | | [](https://codecov.io/github/litestar-org/pytest-databases) [](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest_databases) [](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest_databases) [](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest_databases) [](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest_databases) |
12+ | Quality | | [](https://codecov.io/github/litestar-org/pytest-databases) [](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest-databases) [](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest-databases) [](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest-databases) [](https://sonarcloud.io/summary/new_code?id=litestar-org_pytest-databases) |
1313| Package | | [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/pytest-databases?labelColor=202235&color=edb641&logo=python&logoColor=edb641 )] ( https://badge.fury.io/py/pytest-databases ) ![ PyPI - Support Python Versions] ( https://img.shields.io/pypi/pyversions/pytest-databases?labelColor=202235&color=edb641&logo=python&logoColor=edb641 ) |
1414| Community | | [](https://reddit.com/r/litestarapi) [](https://discord.gg/litestar-919193495116337154) [](https://matrix.to/#/#litestar:matrix.org) [](https://blog.litestar.dev) [](https://twitter.com/LitestarAPI) [](https://blog.litestar.dev) |
1515| Meta | | [](https://github.com/litestar-org/pytest-databases) [](https://github.com/python/mypy) [](https://spdx.org/licenses/) [](https://github.com/sponsors/litestar-org) [](https://github.com/astral-sh/ruff) [](https://github.com/psf/black)|
You can’t perform that action at this time.
0 commit comments