build: Ensure coverage SQLite databases are kept separate
/ test (push) Successful in 9m55s

This commit was merged in pull request #9.
This commit is contained in:
CoreRasurae
2026-01-05 22:51:30 +00:00
committed by Luis Mendes
parent 842c772073
commit 1f69fceca4
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ addopts =
--verbose
--tb=short
--cov=src/cleverswarm_python_client
--cov-config=.coveragerc
--cov-report=html
--cov-report=term-missing
--cov-fail-under=85