Run unit test upon committing new code
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m3s

This commit is contained in:
2025-05-28 23:41:12 -05:00
parent 95bf0f9701
commit e25f8c1ecd
4 changed files with 20 additions and 2 deletions

View File

@@ -24,4 +24,8 @@ ignore = []
known-first-party = ["app"]
[tool.ruff.format]
docstring-code-format = true
docstring-code-format = true
[tool.pytest.ini_options]
addopts = "--cov=app --cov-report=term-missing --cov-fail-under=70"
testpaths = ["tests"]