chore - Track Python test coverage (#11072)

This commit is contained in:
Ray Myers
2025-09-24 15:27:34 -05:00
committed by GitHub
parent 88a58a1748
commit 848a884b04
4 changed files with 178 additions and 30 deletions

View File

@@ -204,3 +204,5 @@ lint.pydocstyle.convention = "google"
[tool.coverage.run]
concurrency = [ "gevent" ]
relative_files = true
omit = [ "enterprise/tests/*", "**/test_*" ]