File tree Expand file tree Collapse file tree 3 files changed +109
-13
lines changed
Expand file tree Collapse file tree 3 files changed +109
-13
lines changed Original file line number Diff line number Diff line change 1818 - run : pip install --upgrade pip
1919 - run : pip install poetry
2020 - run : poetry install --with dev --extras server
21- - run : poetry run pytest tests/ --show-capture=stdout
21+ - run : poetry run pytest tests/ --show-capture=stdout --cov=src
2222
2323 run-tests-3_10 :
2424 runs-on : ubuntu-latest
3232 - run : pip install --upgrade pip
3333 - run : pip install poetry
3434 - run : poetry install --with dev --extras server
35- - run : poetry run pytest tests/ --show-capture=stdout
35+ - run : poetry run pytest tests/ --show-capture=stdout --cov=src
3636
3737 run-tests-3_11 :
3838 runs-on : ubuntu-latest
4646 - run : pip install --upgrade pip
4747 - run : pip install poetry
4848 - run : poetry install --with dev --extras server
49- - run : poetry run pytest tests/ --show-capture=stdout
49+ - run : poetry run pytest tests/ --show-capture=stdout --cov=src
5050
5151 run-mypy-3_10 :
5252 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ pre-commit = "*"
7272jsonschema = " *"
7373fakeredis = " ~2.21.1"
7474pytest = " ~7.2.0"
75+ pytest-cov = " ~5.0.0"
7576pytest-postgresql = " ~5.0.0"
7677pytest-asyncio = " ~0.23.5"
7778pytest-socket = " ~0.6.0"
You can’t perform that action at this time.
0 commit comments