Skip to content

Commit

Permalink
Add pytest coverage
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
jobar8 committed Sep 29, 2024
1 parent 8d7dbe4 commit b9f423c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ dependencies = [
]

[project.optional-dependencies]
ci = ["pytest>=8.3.3", "ruff>=0.6.4"]
ci = ["pytest>=8.3.3", "pytest-cov>=5.0.0", "ruff>=0.6.4"]

dev = [
"hvplot>=0.10.0",
"ipykernel>=6.29.5",
Expand All @@ -43,5 +44,5 @@ dev = [
[project.urls]
Homepage = "https://github.com/jobar8/interpies"

[tool.hatch.version]
path = "interpies/__init__.py"
[tool.pytest.ini_options]
addopts = "--cov=interpies"

0 comments on commit b9f423c

Please sign in to comment.