{ "id": "coverage-py", "version": "2.0.18", "name": "Coverage.py (via pipx)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/coverage-py", "description": "Coverage.py is a tool for measuring code coverage of Python programs.", "options": { "version": { "default": "latest", "description": "Select the version of Coverage.py to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/pipx-package", "ghcr.io/devcontainers/features/python" ] }