ci: Added build, Code coverage and security workflows

This commit is contained in:
2026-07-03 08:38:38 +05:30
parent 8488e3bdd0
commit 9e1a5f83d4
6 changed files with 1148 additions and 1 deletions

View File

@@ -27,4 +27,5 @@ asyncio_mode = "auto"
[dependency-groups]
dev = [
"ruff>=0.15.20",
"pytest-cov>=6.0.0",
]