ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Cobertura​Coverage

by jeffrand ST3

No description provided

Details

Installs

  • Total 190
  • Win 66
  • Mac 76
  • Linux 48
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

CoberturaCoverage

This is a Sublime Text plugin that makes displaying lines of code not covered by a test using Cobertura reports.

Features

  • Syntax highlighting
  • Including multiple files
  • Stripping file name parts to match the path your tests run in

Install

Through Package Control (recommended):

Command Palette > Package Control: Install Package > CoberturaCoverage

Configuration

Preferences > CoberturaCoverage > Settings – User

  • coverage_on_load - Display coverage on load, defaults to False
  • coverage_report_locations - This is a fully qualified path to your report .xml files
  • strip_locations - A list of locations which to remove from the beginning of a coverage report's filename. An example is:
    • I run my coverage reports in /home/jeffrand/tested_code, which may not show up in the coverage report's file names, but will be in my path as its opened in sublime, so I want to strip that location from the file's name

## Usage

There is not default command for toggling CoberturaCoverage. Set you own like this:

[
   { "keys": ["ctrl+shift+n"], "command": "toggle_coverage_report" }
 ]