k88hudson / react-formation

Robust, testable forms with react in minutes
https://k88hudson.github.io/react-formation
33 stars 9 forks source link

Improve coverage reporting #5

Closed k88hudson closed 9 years ago

k88hudson commented 9 years ago

Right now, karma-coverage is only testing .js files, I haven't quite figured out how to get it to work with webpack and jsx.

Also, we probably only need to report for one of the travis builds, not both (i.e. only for node 0.12, not io.js)

k88hudson commented 9 years ago

Done!