github: add coverage support
This commit is contained in:
@@ -112,3 +112,8 @@ select = [
|
||||
|
||||
[tool.ruff.lint.pydocstyle]
|
||||
convention = "google"
|
||||
|
||||
[tool.coverage.run]
|
||||
command_line = "--module pytest"
|
||||
source = ["src"]
|
||||
omit = ["*/tests/*"]
|
||||
|
||||
Reference in New Issue
Block a user