II.
Library JSON
Structured · livelibrary:coverage-py
Coverage.py json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}