Drop in an OpenAPI spec and your test traffic. TraceCov maps every endpoint, parameter, and schema keyword your test suite never touches. In seconds, in your browser.
Spec and traffic combined: 5 MB demo limit.
$ tracecov report api.yaml session.har
tracecov, pick a format, and the plugin writes a coverage report when the run finishes.
$ pytest --tracecov-format=html
CoverageMap records every request your suite makes. Works with requests, httpx, Django, and Flask test clients.
coverage.requests.track_session(session)