Skip to content

Commit 7260661

Browse files
committed
coverage
1 parent 8ea7e5f commit 7260661

File tree

2 files changed

+92
-1
lines changed

2 files changed

+92
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ dev = [
5353
"twine>=4.0.1,<5",
5454
"ruff>=0.5.0,<0.6",
5555
"maturin>=1.8.2",
56+
"pytest-cov>=6.1.1",
5657
]
5758

5859
[tool.poe.tasks]
@@ -74,7 +75,7 @@ bridge-lint = { cmd = "cargo clippy -- -D warnings", cwd = "temporalio/bridge" }
7475
lint-docs = "uv run pydocstyle --ignore-decorators=overload"
7576
lint-types = "uv run mypy --namespace-packages --check-untyped-defs ."
7677
run-bench = "uv run python scripts/run_bench.py"
77-
test = "uv run pytest"
78+
test = "uv run pytest --cov temporalio --cov-report xml"
7879

7980

8081
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)