зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1454629 - Ignore both gcc and Visual Studio headers in coverage reports. r=jmaher
--HG-- extra : rebase_source : db6ae6c4f9b40e777429cd26c309a256df416ae3
This commit is contained in:
Родитель
26b0046944
Коммит
d7810d4315
|
@ -191,7 +191,8 @@ class CodeCoverageMixin(object):
|
||||||
os.path.join(self.grcov_dir, 'grcov'),
|
os.path.join(self.grcov_dir, 'grcov'),
|
||||||
'-t', 'lcov',
|
'-t', 'lcov',
|
||||||
'-p', self.prefix,
|
'-p', self.prefix,
|
||||||
'--ignore-dir', 'gcc',
|
'--ignore-dir', 'gcc*',
|
||||||
|
'--ignore-dir', 'vs2017_*',
|
||||||
os.path.join(self.grcov_dir, 'target.code-coverage-gcno.zip'), file_path_gcda
|
os.path.join(self.grcov_dir, 'target.code-coverage-gcno.zip'), file_path_gcda
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче