From f2573049c9667b91807cd63f6c15dc0ba16a1339 Mon Sep 17 00:00:00 2001 From: Markis Taylor Date: Sun, 6 Feb 2022 18:37:09 -0500 Subject: [PATCH] Add information about commands --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cd8784e..b973eb6 100644 --- a/README.md +++ b/README.md @@ -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