Commit c3aa78f0 authored by Eric Duminil's avatar Eric Duminil
Browse files

Adding coverage

parent 7bc7e470
...@@ -13,3 +13,4 @@ wheels/ ...@@ -13,3 +13,4 @@ wheels/
old/ old/
.cache .cache
.coverage
...@@ -19,7 +19,7 @@ dependencies = [ ...@@ -19,7 +19,7 @@ dependencies = [
simstadt = "simstadt:main" simstadt = "simstadt:main"
[dependency-groups] [dependency-groups]
dev = ["pytest>=8.0", "rich"] dev = ["pytest>=8.0", "rich", "pytest-cov"]
[tool.pytest.ini_options] [tool.pytest.ini_options]
testpaths = ["tests"] testpaths = ["tests"]
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment