Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ Code coverage will highlight lines of code that are not covered by tests. It wil

* Generate `.lcov` coverage files using your language's code coverage tools
* Set the coverage location setting `markiscodecoverage.searchCriteria`, default: `coverage/lcov*.info`

## Commands

There are commands to hide and show lines of coverage. Also, it's possible to map commands to [key bindings](https://code.visualstudio.com/docs/getstarted/keybindings) in vscode.

* `code-coverage.hide` will hide the code coverage
* `code-coverage.show` will show the code coverage