Kover Report Set Config
Type to configure report set for a specific variant
example:
filters {
// override report filters
}
html {
// configure HTML report
}
xml {
// configure XML report
}
verify {
// configure coverage verification
}
Functions
Configure Kover binary report for current report variant.
Specify common report filters, these filters will be inherited in HTML/XML/verification and other reports.
Specify common report filters, these filters will be inherited in HTML/XML/verification and other reports.
Configure HTML report for current report variant.
Configure coverage printing to the log for current report variant.
Configure coverage verification for current report variant.
Configure coverage verification for current report variant.
Configure XML report for current report variant.
Properties
Instance to configuring of Kover binary report for current report variant.
Instance to configuring of common report filters.
Instance to configuring of HTML report for current report variant.
Instance to configuring of coverage printing to the log for current report variant.
Instance to configuring of coverage verification for current report variant.
Instance to configuring of XML report for current report variant.