bradfeehan / SublimePHPCoverage

A plugin for Sublime Text 2 and 3, which visualises PHP code coverage data in the editor.
MIT License
57 stars 10 forks source link

Path to the coverage directory should be configurable #1

Closed bradfeehan closed 11 years ago

bradfeehan commented 12 years ago

The path to find code coverage data is currently hard-coded to PROJECT_ROOT/tests/coverage/clover.xml. This should be extracted out into a configurable setting (ideally per-project, if possible).