Lines Matching +full:- +full:- +full:json
4 # SPDX-License-Identifier: Apache-2.0
14 import json
16 # pylint: disable=duplicate-code, disable=no-name-in-module
28 'coverage.log', 'coverage.json',
47 'coverage.log', 'coverage.json',
57 'coverage.log', 'coverage.json',
65 'coverage.log', 'coverage.json',
73 'coverage.log', 'coverage.json',
81 'coverage.log', 'coverage.json',
89 'coverage.log', 'coverage.json',
90 'coverage', os.path.join('coverage','coverage.coveralls.json')
97 'coverage.log', 'coverage.json',
131 'Running lcov --gcov-tool'
164 args = ['-i','--outdir', out_path, '-T', test_path] + \
165 ['--coverage', '--coverage-tool', 'gcovr'] + \
167 ['-p'] * len(test_platforms), test_platforms
192 args = ['-i','--outdir', out_path, '-T', test_path] + \
193 ['--enable-coverage', '-vv', '-ll', 'DEBUG'] + \
195 ['-p'] * len(test_platforms), test_platforms
224 args = ['--outdir', out_path,'-i', '-T', test_path] + \
225 ['--coverage', '--coverage-tool', 'gcovr', '-v', '--coverage-basedir', base_dir] + \
227 ['-p'] * len(test_platforms), test_platforms
243 if f_name == 'coverage.json':
245 json_content = json.load(json_file)
247 assert pattern.match(json.dumps(json_content, sort_keys=True))
268 args = ['--outdir', out_path,'-i', '-T', test_path] + \
269 … ['--coverage', '--coverage-tool', cov_tool, '--coverage-formats', cov_format, '-v'] + \
271 ['-p'] * len(test_platforms), test_platforms
299 args = ['--outdir', out_path,'-i', '-T', test_path] + \
300 ['--coverage', '--coverage-tool', cov_tool, '-v'] + \
302 ['-p'] * len(test_platforms), test_platforms
325 args = ['--outdir', out_path, '-i', '-T', test_path] + \
326 ['--coverage', '--gcov-tool', TEST_DATA, '-v'] + \
328 ['-p'] * len(test_platforms), test_platforms
366 args = ['--outdir', out_path, '-i', '-T', test_path] + \
367 ['--coverage', '--coverage-formats', 'txt', '-v'] + \
369 ['-p'] * len(test_platforms), test_platforms
374 args += ['--coverage-platform', nested_element]
376 args += ['--coverage-platform', element]