joypixels / emojify.js

A Javascript module to convert Emoji keywords to images
http://hassankhan.github.io/emojify.js/
MIT License
1.8k stars 240 forks source link

Add code coverage results #90

Open hassankhan opened 9 years ago

hassankhan commented 9 years ago

Always handy to see stuff like that, leaning towards Coveralls.io at the moment.

We can use Poncho and it doesn't look too difficult.

hassankhan commented 9 years ago

Well, I hope I'm wrong but I can't seem to find a way to get code coverage from jstest.

hassankhan commented 9 years ago

Well, you can get some sort of coverage information, but no way of converting it to LCOV :frowning: Looks like we might have to switch back to Mocha (+ Chai)