File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
services/code_coverage/src/v2 Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -75453,10 +75453,7 @@ paths:
7545375453
7545475454 This endpoint provides overall coverage metrics as well as breakdowns by service
7545575455
75456- and code owner.
75457-
75458-
75459- **Note**: This endpoint requires the `code_coverage_read` permission.'
75456+ and code owner.'
7546075457 operationId: GetCodeCoverageBranchSummary
7546175458 requestBody:
7546275459 content:
@@ -75511,10 +75508,7 @@ paths:
7551175508 and code owner.
7551275509
7551375510
75514- The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).
75515-
75516-
75517- **Note**: This endpoint requires the `code_coverage_read` permission.'
75511+ The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).'
7551875512 operationId: GetCodeCoverageCommitSummary
7551975513 requestBody:
7552075514 content:
Original file line number Diff line number Diff line change @@ -323,8 +323,6 @@ export class CodeCoverageApi {
323323 * Retrieve aggregated code coverage statistics for a specific branch in a repository.
324324 * This endpoint provides overall coverage metrics as well as breakdowns by service
325325 * and code owner.
326- *
327- * **Note**: This endpoint requires the `code_coverage_read` permission.
328326 * @param param The request object
329327 */
330328 public getCodeCoverageBranchSummary (
@@ -350,8 +348,6 @@ export class CodeCoverageApi {
350348 * and code owner.
351349 *
352350 * The commit SHA must be a 40-character hexadecimal string (SHA-1 hash).
353- *
354- * **Note**: This endpoint requires the `code_coverage_read` permission.
355351 * @param param The request object
356352 */
357353 public getCodeCoverageCommitSummary (
You can’t perform that action at this time.
0 commit comments