aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/_test_const.py
diff options
context:
space:
mode:
authorv-korovin <v-korovin@yandex-team.ru>2022-02-10 16:46:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:21 +0300
commit637de640c39b46c13f29619057a54f4cf3e1241b (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/plugins/_test_const.py
parentc4e0c5d2f245076d63ccff1004c755ca0cc5d27b (diff)
downloadydb-637de640c39b46c13f29619057a54f4cf3e1241b.tar.gz
Restoring authorship annotation for <v-korovin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/plugins/_test_const.py')
-rw-r--r--build/plugins/_test_const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/_test_const.py b/build/plugins/_test_const.py
index 0c127897cd5..0d03cc3d179 100644
--- a/build/plugins/_test_const.py
+++ b/build/plugins/_test_const.py
@@ -43,7 +43,7 @@ COVERAGE_RESOLVED_FILE_NAME_PATTERN = "coverage_resolved.{}.json"
CPP_COVERAGE_RESOLVED_FILE_NAME = COVERAGE_RESOLVED_FILE_NAME_PATTERN.format("cpp")
JAVA_COVERAGE_RESOLVED_FILE_NAME = COVERAGE_RESOLVED_FILE_NAME_PATTERN.format("java")
PYTHON_COVERAGE_RESOLVED_FILE_NAME = COVERAGE_RESOLVED_FILE_NAME_PATTERN.format("python")
-CLANG_COVERAGE_TEST_TYPES = ("unittest", "coverage_extractor", "pytest", "py3test", "gtest", "boost_test", "exectest")
+CLANG_COVERAGE_TEST_TYPES = ("unittest", "coverage_extractor", "pytest", "py3test", "gtest", "boost_test", "exectest")
COVERAGE_TABLE_CHUNKS = 20
COVERAGE_YT_PROXY = "hahn.yt.yandex.net"
COVERAGE_YT_ROOT_PATH = "//home/codecoverage"