成员
instrumented_files_info
InstrumentedFilesInfo coverage_common.instrumented_files_info(ctx, *, source_attributes=[], dependency_attributes=[], extensions=None)
参数
参数 | 说明 |
---|---|
ctx
|
必需 规则上下文。 |
source_attributes
|
默认值 = [] 属性名称列表,其中包含此规则处理的源文件。 |
dependency_attributes
|
默认值 = [] 可能会提供运行时依赖项(代码依赖项或 runfile)的属性名称列表。 |
extensions
|
sequence of strings; or None ;
默认 = 无用于从 source_attributes 过滤文件的文件扩展名。例如“js”。如果未提供(或 None),则 source_attributes 中的所有文件都将添加到插桩文件中;如果提供空列表,则系统不会添加源属性中的任何文件。 |