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
4 changes: 0 additions & 4 deletions src/datadog_api_client/v2/api/code_coverage_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ def get_code_coverage_branch_summary(
This endpoint provides overall coverage metrics as well as breakdowns by service
and code owner.

**Note** : This endpoint requires the ``code_coverage_read`` permission.

:type body: BranchCoverageSummaryRequest
:rtype: CoverageSummaryResponse
"""
Expand All @@ -94,8 +92,6 @@ def get_code_coverage_commit_summary(

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

**Note** : This endpoint requires the ``code_coverage_read`` permission.

:type body: CommitCoverageSummaryRequest
:rtype: CoverageSummaryResponse
"""
Expand Down