lukexi / stack-ide-sublime

An Sublime Text IDE for Haskell based on stack-ide
27 stars 5 forks source link

Extract parsing logic with testing, add coverage support #21

Closed tomv564 closed 9 years ago

tomv564 commented 9 years ago

All parsing logic is moved into the response module and used for all stack-ide response handlers. Travis is configured to collect coverage and report it to a Coveralls.io account.

lukexi commented 9 years ago

Awesome stuff, thanks Tom : D