An extension to highlight lines according to a coverage.json
generated by Coverage.py
- Python
coverage
package - A
coverage.json
file generated bycoverage
This extension contributes the following settings:
covpyhighlighter.coverageFileName
: Name of the json file containing coverage datacovpyhighlighter.coverageFilePath
: Path to the folder containing the coverage JSON filecovpyhighlighter.replacePath
: Substring in paths that needs to be replacedcovpyhighlighter.replacePathWith
: Substring to replace with in the pathscovpyhighlighter.colors.executedColor
: Background color value for executed linescovpyhighlighter.colors.excludedColor
: Background color value for excluded linescovpyhighlighter.colors.missingColor
: Background color value for missing lines
- Decorations do not reload when coverage file changes.
- No warnings when coverage data is outdated.