View source: R/codebuild_operations.R
codebuild_describe_code_coverages | R Documentation |
Retrieves one or more code coverage reports.
See https://www.paws-r-sdk.com/docs/codebuild_describe_code_coverages/ for full documentation.
codebuild_describe_code_coverages(
reportArn,
nextToken = NULL,
maxResults = NULL,
sortOrder = NULL,
sortBy = NULL,
minLineCoveragePercentage = NULL,
maxLineCoveragePercentage = NULL
)
reportArn |
[required] The ARN of the report for which test cases are returned. |
nextToken |
The |
maxResults |
The maximum number of results to return. |
sortOrder |
Specifies if the results are sorted in ascending or descending order. |
sortBy |
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. |
minLineCoveragePercentage |
The minimum line coverage percentage to report. |
maxLineCoveragePercentage |
The maximum line coverage percentage to report. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.