Run unit test upon committing new code
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m3s
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m3s
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user