SublimePythonCoverage
SublimePythonCoverage copied to clipboard
Sublime Text 2 plugin integrating coverage.py analysis and highlighting for Python
Sublime runs Python 2.6, meaning that Coverage barfs on 2.7 syntax. Have worked around this with by optionally using the system Python. Only tested on Linux at the mo, will...
Came across this error when trying to load it: Reloading plugin /home/cosmogia/.config/sublime-text-2/Packages/Python Coverage/SublimePythonCoverage.py SublimePythonCoverage installing coverage.py. Traceback (most recent call last): File "./sublime_plugin.py", line 62, in reload_plugin File "./SublimePythonCoverage.py", line...
Is this possible? Add a config file to be able to insert a working dir and path?