Files
chromium_depot_tools/pyproject.toml
Alex Ovsienko cd4db8fd7f Add coverage library to vpython3 so that we can have better insight in how we stand wrt our test coverage in depot_tools.
Bug: b/459690822
Change-Id: I17d67e0530755fa9c07bbc4dabf6d81b6a6a6964
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7244730
Auto-Submit: Alex Ovsienko <ovsienko@google.com>
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Commit-Queue: Alex Ovsienko <ovsienko@google.com>
2025-12-10 09:45:57 -08:00

7 lines
169 B
TOML

[tool.pyright]
venvPath = 'recipes/.recipe_deps/_venv'
venv = 'normal'
extraPaths = ['recipes/.recipe_deps/_path']
[tool.coverage.run]
disable_warnings = ["no-ctracer"]