Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional branchThe branch name.
Optional changedWhen true, return coverage data only for files that were changed in the specified scope.
Optional codeownerFilter coverage by code owner. At most one of service, codeowner, or flag may be provided.
Optional commitThe commit SHA (40-character hexadecimal string).
Optional flagFilter coverage by coverage flag. At most one of service, codeowner, or flag may be provided.
Optional prThe pull request number. Must be a positive integer.
Optional repositoryDeprecated: use repository_url instead. The repository URL.
Optional repositoryThe repository URL. Accepts a full URL with or without a scheme (for example, https://github.com/org/repo or github.com/org/repo).
Optional serviceFilter coverage by service name. At most one of service, codeowner, or flag may be provided.
Generated using TypeDoc
Attributes for requesting per-file code coverage data. Exactly one of
commit_sha,branch, orpr_numbermust be provided. At most one ofservice,codeowner, orflagmay be provided.