iiRecord
Agentic AI Atlas · Coverage.py
library:coverage-pya5c.ai
II.
Library JSON

library:coverage-py

Structured · live

Coverage.py json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-python-testing.yamlCluster · domain
Record JSON
{
  "id": "library:coverage-py",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-testing.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Coverage.py",
    "belongsToLanguageId": "language:python",
    "category": "testing",
    "description": "Code coverage measurement tool for Python programs that tracks which\nlines, branches, and arcs are executed, generating HTML, XML, and\nJSON reports for CI/CD integration.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:coverage-py",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:coverage-py",
      "to": "skill-area:component-testing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:coverage-py",
      "to": "library:pytest",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}