test: coverage
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
.PHONY: check
|
||||
|
||||
check:
|
||||
uv run ruff check .
|
||||
uv run ty check .
|
||||
uv run pytest
|
||||
@@ -41,4 +41,11 @@ include = ["src/takopi", "readme.md", "LICENSE"]
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=9.0.2",
|
||||
"pytest-cov>=7.0.0",
|
||||
"ruff>=0.14.10",
|
||||
"ty>=0.0.7",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = ["--cov=takopi", "--cov-report=term-missing"]
|
||||
testpaths = ["tests"]
|
||||
|
||||
Reference in New Issue
Block a user