Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>bma-coverageNew to Visual Studio Code? Get it now.
bma-coverage

bma-coverage

brunomartens

|
1,833 installs
| (1) | Free
simple typescript code coverage from lcov.info
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

bma-coverage

Live code coverage indication for Typescript files in VSCode from lcov.info files.

See bma-coverage-sample for a setup with karma + mocha + chai

Features

Adds a button to the status bar to toggle indication

Button

Or Ctrl + Shift + P

  • Show Code Coverage
  • Hide Code Coverage

Extension Settings

Needs an entry in workspace settings.

{
    "bma-coverage":{
        "lcovs":[
            "./relative/path/to/lcov.info",
            ...
        ]
    }
}

Known Issues

None

Release Notes

0.0.1

basic functionality:

  • covered: green indicator
  • not covered: red indicator
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft