Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74865,10 +74865,7 @@ paths:

This endpoint provides overall coverage metrics as well as breakdowns by service

and code owner.


**Note**: This endpoint requires the `code_coverage_read` permission.'
and code owner.'
operationId: GetCodeCoverageBranchSummary
requestBody:
content:
Expand Down Expand Up @@ -74923,10 +74920,7 @@ paths:
and code owner.


The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).


**Note**: This endpoint requires the `code_coverage_read` permission.'
The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).'
operationId: GetCodeCoverageCommitSummary
requestBody:
content:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ public CompletableFuture<CoverageSummaryResponse> getCodeCoverageBranchSummaryAs
* Retrieve aggregated code coverage statistics for a specific branch in a repository. This
* endpoint provides overall coverage metrics as well as breakdowns by service and code owner.
*
* <p><strong>Note</strong>: This endpoint requires the <code>code_coverage_read</code>
* permission.
*
* @param body (required)
* @return ApiResponse&lt;CoverageSummaryResponse&gt;
* @throws ApiException if fails to make API call
Expand Down Expand Up @@ -239,9 +236,6 @@ public CompletableFuture<CoverageSummaryResponse> getCodeCoverageCommitSummaryAs
*
* <p>The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).
*
* <p><strong>Note</strong>: This endpoint requires the <code>code_coverage_read</code>
* permission.
*
* @param body (required)
* @return ApiResponse&lt;CoverageSummaryResponse&gt;
* @throws ApiException if fails to make API call
Expand Down
Loading