diff --git a/plugins/utils/coverage.nix b/plugins/utils/coverage.nix index bce60c87..5e868d10 100644 --- a/plugins/utils/coverage.nix +++ b/plugins/utils/coverage.nix @@ -50,6 +50,13 @@ let command = "Summary"; description = "Displays a coverage summary report in a floating window."; }; + loadLcov = { + command = "LoadLcov"; + description = '' + Loads a coverage report from an lcov file but does not display the coverage signs. + Uses the lcov file configuration option. + ''; + }; }; in { diff --git a/tests/test-sources/plugins/utils/coverage.nix b/tests/test-sources/plugins/utils/coverage.nix index 5768df28..9f854be6 100644 --- a/tests/test-sources/plugins/utils/coverage.nix +++ b/tests/test-sources/plugins/utils/coverage.nix @@ -16,6 +16,7 @@ toggle = "e"; clear = "f"; summary = "g"; + loadLcov = "h"; }; autoReload = false;