albfan / vim-breakpts

Set/View Vim breakpoints and browse functions visually
24 stars 2 forks source link

Implement vimL coverage #28

Open albfan opened 8 years ago

albfan commented 8 years ago

As breakpts recognizes vim line execution, use it to detect code coverage

albfan commented 8 years ago

Based on simplecov, bashcov process XTRACE DEBUG from bash to detect coverage.

https://github.com/albfan/git-ignore/blob/master/.travis.yml#L7

https://coveralls.io/files/1314158276

just is needed to connect BreakPts remote debug with line execution