/AWS1/CL_BLD=>DESCRIBECODECOVERAGES()
¶
About DescribeCodeCoverages¶
Retrieves one or more code coverage reports.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_REPORTARN
TYPE /AWS1/BLDNONEMPTYSTRING
/AWS1/BLDNONEMPTYSTRING
¶
The ARN of the report for which test cases are returned.
Optional arguments:¶
IV_NEXTTOKEN
TYPE /AWS1/BLDSTRING
/AWS1/BLDSTRING
¶
The
nextToken
value returned from a previous call toDescribeCodeCoverages
. This specifies the next item to return. To return the beginning of the list, exclude this parameter.
IV_MAXRESULTS
TYPE /AWS1/BLDPAGESIZE
/AWS1/BLDPAGESIZE
¶
The maximum number of results to return.
IV_SORTORDER
TYPE /AWS1/BLDSORTORDERTYPE
/AWS1/BLDSORTORDERTYPE
¶
Specifies if the results are sorted in ascending or descending order.
IV_SORTBY
TYPE /AWS1/BLDRPTCODECOVERAGESORT00
/AWS1/BLDRPTCODECOVERAGESORT00
¶
Specifies how the results are sorted. Possible values are:
- FILE_PATH
The results are sorted by file path.
- LINE_COVERAGE_PERCENTAGE
The results are sorted by the percentage of lines that are covered.
IV_MINLINECOVERAGEPERCENTAGE
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The minimum line coverage percentage to report.
IV_MAXLINECOVERAGEPERCENTAGE
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The maximum line coverage percentage to report.