Skip to content

Commit

Permalink
added code coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Aug 10, 2024
1 parent d6df03f commit 692d893
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 1 deletion.
104 changes: 103 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ruff = "^0.5.0"
mypy = "^1.11.1"
pytest = "^8.3.2"
pytest-asyncio = "^0.23.7"
pytest-cov = "^5.0.0"
moto = {extras = ["all"], version = "^5.0.12"}
invoke = "^2.2.0"
rich = "^13.7.1"
Expand All @@ -34,6 +35,7 @@ types-passlib = "^1.7.7.20240327"

[tool.pytest.ini_options]
asyncio_mode = "auto"
addopts = ["--cov=smolvault", "--cov-report=html", "--cov-branch"]

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit 692d893

Please sign in to comment.