Skip to content

TraceCov

Schema-level API coverage down to individual keywords.

Install

curl -sL https://cli.tracecov.sh/install/ | sh
uv pip install tracecov

API Coverage Report

Features

  • Per-keyword coverage - minLength, pattern, enum, not just endpoints
  • Positive & negative testing - Measures coverage for valid and invalid inputs
  • Satisfiability analysis - Flags untestable schema branches
  • OpenAPI 2.0, 3.0, 3.1 with JSON, XML, form data
  • Multiple sources - requests, httpx, HAR, Postman, VCR