Package that allow to show test coverage in gutter.
Information about test coverage is extracted form LCOV file that generated by unite test framework reporter. For instance karma coverage allow to generate such LCOV files: ...[http://karma-runner.github.io/0.8/config/coverage.html] , ...[https://github.com/karma-runner/karma-coverage]
LCOV generate report into: /Users/Developer/Projects/foo/test/coverage/lcov.info and in LCOV file has following paths:
SF:./src/module2/file2.js ... SF:./src/module2/file2.js ...
BasePath has to be selected: /Users/Developer/Projects/foo/web
--- If you found bug or you have some question in configuration please use this link
https://github.com/gskachkov/tstatompackage/issues ---