Jump to Content
CodecovGuidesAPIChangelogSupportStatusCommunityBack to Codecov
GuidesAPI EndpointsChangelog
GuidesAPIChangelogSupportStatusCommunityBack to CodecovHomeCodecov
Home

Overview

  • Authorization
  • Pagination

Objects

  • Totals
  • Author

Resources

  • Teams
  • Repositories
  • Branches
  • Pull Requests
  • Commits
  • Upload

Graphs

  • Sunburst
  • Tree
  • Icicle

Settings

  • Repository Settings

Overview

  • Authorization
  • Pagination

Objects

  • Totals
  • Author

Resources

  • Teams
  • Repositories
  • Branches
  • Pull Requests
  • Commits
  • Upload

Graphs

  • Sunburst
  • Tree
  • Icicle

Settings

  • Repository Settings

Author

Many Codecov responses include an authors object. The format of this object is outlined below.

{
  "author": {
    "service": "github",
    "name": "Gafsi",
    "email": "[email protected]",
    "username": "codecov",
    "service_id": "12345"
  }
}