Lines Matching +full:oss +full:- +full:fuzz +full:- +full:project +full:- +full:name
7 # http://www.apache.org/licenses/LICENSE-2.0
14 """Module for determining coverage of fuzz targets."""
22 # pylint: disable=wrong-import-position,import-error
26 # The path to get project's latest report json file.
27 LATEST_REPORT_INFO_PATH = 'oss-fuzz-coverage/latest_report_info/'
31 """Gets coverage data for a project from OSS-Fuzz."""
41 """Get the coverage report for a specific fuzz target.
44 target: The name of the fuzz target whose coverage is requested.
56 """Gets a list of source files covered by the specific fuzz target.
59 target: The name of the fuzz target whose coverage is requested.
62 A list of files that the fuzz targets covers or None.
113 for |project|."""
126 """Gets latest coverage report info for a specific OSS-Fuzz project from GCS.
129 project_name: The name of the relevant OSS-Fuzz project.