SublimePHPCoverage icon indicating copy to clipboard operation
SublimePHPCoverage copied to clipboard

A plugin for Sublime Text 2 and 3, which visualises PHP code coverage data in the editor.

Results 6 SublimePHPCoverage issues
Sort by recently updated
recently updated
newest added

It was last updated really long ago and doesnt work with sublime 3 anymore :)

Had real trouble getting this to work. Had my .sublime-project config setup with everything as described in README, but then worked out they weren't being taken into account. First realised...

I am having difficulties making the plugin work. On Sublime startup, with `debug` parameter to "true" the console give me this stack trace: ``` Traceback (most recent call last): File...

Added support for path_mapping option in config to allow parsing of coverage reports from remote filesystems, similar to Xdebug Client. Also added Default.sublime-commands file to allow easy access to update...

It took quite some time to figure out how to unit test a single (current) file. e.g. edit ``src/Services/MyClass.php`` build/test -> ``test/MyClassTest.php`` Netbeans uses a custom php file NetBeansSuite and...

Is it possible to map paths in file to my own via `path_mapping` option as well as in [xdebug plugin](https://github.com/martomo/SublimeTextXdebug#configuration)?