Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
coverage_report Namespace Reference

Classes

class  CoverageExecutor

Functions

 main ()

Variables

 TestSpec = namedtuple('TestSpec', 'binary, use_test_runner, opt_args')
dict COVERAGE_TESTS

Detailed Description

Generates a coverage report for given tests.

Requires that 'use_clang_coverage = true' is set in args.gn.
Prefers that 'is_component_build = false' is set in args.gn.

Function Documentation

◆ main()

coverage_report.main ( )

Definition at line 298 of file coverage_report.py.

References main().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ COVERAGE_TESTS

dict coverage_report.COVERAGE_TESTS

Definition at line 32 of file coverage_report.py.

◆ TestSpec

coverage_report.TestSpec = namedtuple('TestSpec', 'binary, use_test_runner, opt_args')