github: add coverage support

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-11 09:16:55 -08:00
parent 77fb63372a
commit 8c7752fbc2
4 changed files with 61 additions and 1 deletions

View File

@@ -112,3 +112,8 @@ select = [
[tool.ruff.lint.pydocstyle]
convention = "google"
[tool.coverage.run]
command_line = "--module pytest"
source = ["src"]
omit = ["*/tests/*"]