JoshJames04 / vscode-coverage-gutters

Display test coverage generated by lcov and xml - works with many languages

Home Page:https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coverage-gutters

Version Installs Ratings

Call for Maintainers

Looking 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!
https://github.com/ryanluker/vscode-coverage-gutters/issues

Features

Coverage Gutters features watch

  • Supports any language as long as you can generate an lcov style coverage file
  • Extensive logging and insight into operations via the output logs
  • Multi coverage file support for both xml and lcov
  • Coverage caching layer makes for speedy rendering even in large files
  • Relative coverage file resolution for those with complex file paths
  • Preview coverage reports inside the editor
  • Huge amount of workspace settings to customize the features to your liking
  • Colour compatibility with light and dark themes
  • Custom coverage paths with a hot swapping feature for remote builds

Common Commands

Watch (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 activated 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 Tricks

Using 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 ( coverage-gutters.showGutterCoverage and coverage-gutters.showLineCoverage respectively).

Requirements

  • vscode 1.27.0 and up
  • macos, linux or windows

Extension Settings

See extension setting options in IDE.

Known Issues

Open Bugs

Release Notes

Changelog

Contribution Guidelines

Guidelines


Icon made by Dave Gandy from www.flaticon.com is licensed by CC 3.0 BY

About

Display test coverage generated by lcov and xml - works with many languages

https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters

License:MIT License


Languages

Language:TypeScript 90.9%Language:HTML 3.7%Language:JavaScript 1.8%Language:PHP 1.3%Language:Java 1.2%Language:Dockerfile 0.7%Language:Python 0.3%Language:Shell 0.1%