| .vscode | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| .vscode-test.mjs | ||
| .vscodeignore | ||
| CHANGELOG.md | ||
| coverage.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vsc-extension-quickstart.md | ||
Coverage.py Highlighter (coveragetool)
An extension to highlight lines according to a coverage.json generated by Coverage.py
Features
Requirements
- Python
coveragepackage - A
coverage.jsonfile generated bycoverage
Extension Settings
This extension contributes the following settings:
coveragetool.coverageFileName: Name of the json file containing coverage datacoveragetool.coverageFilePath: Path to the folder containing the coverage JSON filecoveragetool.replacePath: Substring in paths that needs to be replacedcoveragetool.replacePathWith: Substring to replace with in the pathscoveragetool.colors.executedColor: Background color value for executed linescoveragetool.colors.excludedColor: Background color value for excluded linescoveragetool.colors.missingColor: Background color value for missing lines
Commands
Known Issues
- Decorations do not reload when coverage file changes.
- No warnings when coverage data is outdated.