mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 02:31:29 +00:00
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>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -99,3 +99,7 @@ testing_support/google_appengine
|
|||||||
|
|
||||||
# Ignore gemini-cli configs
|
# Ignore gemini-cli configs
|
||||||
/.gemini/
|
/.gemini/
|
||||||
|
|
||||||
|
# Ignore coverage results file and htlp folder.
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
@@ -101,4 +101,10 @@ wheel: <
|
|||||||
wheel: <
|
wheel: <
|
||||||
name: "infra/python/wheels/lxml/${vpython_platform}"
|
name: "infra/python/wheels/lxml/${vpython_platform}"
|
||||||
version: "version:4.9.3"
|
version: "version:4.9.3"
|
||||||
|
>
|
||||||
|
|
||||||
|
# To be used by developers running unit test coverage.
|
||||||
|
wheel: <
|
||||||
|
name: "infra/python/wheels/coverage-py3"
|
||||||
|
version: "version:7.13.0"
|
||||||
>
|
>
|
||||||
@@ -2,3 +2,6 @@
|
|||||||
venvPath = 'recipes/.recipe_deps/_venv'
|
venvPath = 'recipes/.recipe_deps/_venv'
|
||||||
venv = 'normal'
|
venv = 'normal'
|
||||||
extraPaths = ['recipes/.recipe_deps/_path']
|
extraPaths = ['recipes/.recipe_deps/_path']
|
||||||
|
|
||||||
|
[tool.coverage.run]
|
||||||
|
disable_warnings = ["no-ctracer"]
|
||||||
Reference in New Issue
Block a user