storybook-eol / react-cdk

under development - React Component Development Kit with Storybook
MIT License
576 stars 43 forks source link

Add code coverage support #2

Open arunoda opened 8 years ago

arunoda commented 8 years ago

It's better if we support code coverage support as well.

arunoda commented 8 years ago

@mnmtanish I hope you did some stuffs on this field right?

thani-sh commented 8 years ago

I tried isparta earlier but couldn't get it to work well in some cases. I read about this babel plugin just recently. If the babel-plugin works well we can use it or we'll just use isparta.

arunoda commented 8 years ago

I saw some uses istanbul ?

xcv58 commented 8 years ago

Is ava an option?

arunoda commented 8 years ago

@xcv58 This is about code coverage. But unfortuantely, we won't support ava. Parallel testing in something we tested with React testing specially since we use JSDOM.

xcv58 commented 8 years ago

@arunoda sorry about this. I actually mean nyc for test coverage.