/phpunit_codecoverage_display

PhpStorm plugin for displaying phpunit code coverage in editor

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

PHPUnit code coverage plugin for PhpStorm

Build Status

Simple plugin to display PHPUnit coverage from clover xml. License: GPLv3

Changelog:

v0.3.0

  • Fixed issue #13 and #16. You may now toggle this highlight on and off. The plugin listens to the most recent coverage report. It is either the one you specified or a report in the PhpStrom coverage suite.

v0.2.2

  • PhpStorm 4 compatibility fix

v0.2.1

  • Fix file paths when running on windows without path mapping

v0.2.0

  • path mapping to enable shared folder + ssh workflow (#10)
  • fix bug with coverage data on first line of php file (#11)

v0.1.2

  • fix coverage after moving/renaming files (#9)

v0.1.1

  • highlight continous lines as blocks (#8)
  • fix for multiple open projects

v0.1.0

  • highlighting of lines and left side of editor can be toggled (#5)
  • error marks on right side of editor (#2)
  • fix for projects opened on symlinked paths (#7)

v0.0.5

  • remove highlights on first edit (#6)
  • redraw highlights on config changes

v0.0.4

  • lower required Idea platform version to 107.120 (#4)

v0.0.3

  • file selector nullpointer bugfix (#3)

v0.0.2

  • configurable color (#1)

v0.0.1

  • initial release