/
/CodeCover API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
Report7
  • getget reports for the report id
  • postUpload coverage report
  • getget badge for the report id
  • getGet status card of the repository
  • postLeave a report summary comment on pull request
  • getget repository of the report id
  • getGet coverage difference treemap with main branch
Repository14
  • getList repositories for all available SCM providers
  • postCreate new repository for code coverage
  • getList repositories
  • getget repository
  • patchsync repository information with SCM
  • getlist repository branches
  • getlist recent commits
  • getGet a file content
  • getList all files in repository
  • posthandle webhook event
  • postcreate repository webhook
  • patchrenew repository report id
  • getget repository setting
  • postupdate repository setting
User8
  • getGet login user
  • getGet repository's owner
  • getList user synchronized repositories
  • patchSynchronize user's repository from remote SCM
  • getGet user's SCM binding state
  • getlist OAuth tokens
  • postcreate OAuth token
  • deletedelete token with id
    Report

    get reports for the report id

    get/reports/{id}

    Path parameters

    idstring required

    report id

    Query parameters

    latestboolean

    get only the latest report

    refstring

    get report for git ref

    Response

    coverage report

    Changes