Report an issueopen_in_new
View sourceopen_in_new
Nightly
·
8.0
·
7.4
·
7.3
·
7.2
·
7.1
·
7.0
·
6.5
A configuration fragment representing the coverage configuration.
Members
output_generator
Label coverage.output_generator
Returns the label pointed to by the
--coverage_output_generator
option if coverage collection is enabled, otherwise returns
None
. Can be accessed with
configuration_field
:
attr.label(
default = configuration_field(
fragment = "coverage",
name = "output_generator"
)
)
May return
None
.