Skip to content

Commit

Permalink
add pytest-cov as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Feb 7, 2024
1 parent f8b64fb commit 51d777a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dev-dependencies = [
"ruff>=0.1.14",
"pytest>=7.4.4",
"hypothesis>=6.97.1",
"pytest-cov>=4.1.0",
]

[tool.rye.scripts]
Expand All @@ -46,4 +47,4 @@ packages = ["src/rimsschemedrawer"]

[tool.pytest.ini_options]
testpaths = "tests"
addopts = "--cov -v"
addopts = "--cov -v"

0 comments on commit 51d777a

Please sign in to comment.