Skip to content

Commit

Permalink
Add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcan7 committed Oct 3, 2024
1 parent 8071525 commit e96d945
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ __pycache__/
build/
coverage.xml
dist/
htmlcov/
maxML.egg-info
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dev = [
"mypy>=1.11.1",
"pre-commit>=3.8.0",
"pytest>=8.3.2",
"pytest-cov>=5.0.0",
"reorder-python-imports>=3.13.0",
]

Expand All @@ -48,3 +49,6 @@ version = {file = "VERSION.txt"}

[tool.mypy]
plugins = ["pydantic.mypy"]

[tool.pytest.ini_options]
addopts = "--cov=maxML --cov-report html --cov-fail-under=80"

0 comments on commit e96d945

Please sign in to comment.