Skip to content

Commit

Permalink
Merge pull request #20 from jobar8/jobar8/issue14
Browse files Browse the repository at this point in the history
Add pytest coverage
  • Loading branch information
jobar8 authored Sep 29, 2024
2 parents 8d7dbe4 + b9f423c commit 862c26c
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 862c26c

Please sign in to comment.