coverage-guttersForkForked from https://github.com/ryanluker/vscode-coverage-gutters/ to change default keybinding for "Display Coverage". Call for MaintainersLooking for helpful people to assist with bugs, new features or performance improvements. The project has a full suite of tests and code linting, making it very new contributor friendly. Take a look at some of the open github issues and see if any catch your eye! Features
Common CommandsWatch (activated via command palette or shortcut icon on the status bar): Activating watch allows the extension to keep track of coverage changes and update it's cache. It also will automatically apply coverage to a file if some exists. Display (activated via command palette or shortcut key): Displays coverage for the current activate file only, does not update if the coverage files change. Preview Report (activated via command palette): Shows you a html preview of your coverage reports in your editor. Officially Supported Languages (Backed by tests ran nightly)See examples directory on how to setup a project. Tips and TricksUsing Breakpoints: Currently to both use the extension and code debugging breakpoints you need to disable the gutter coverage and enable the line coverage via the settings ( Requirements
Extension SettingsSee extension setting options in IDE. Known IssuesOpen BugsRelease NotesChangelogContribution GuidelinesGuidelines |