jeffrifwald / babel-istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
144 stars 23 forks source link

Are there plans to provide gulp package? #23

Closed gajus closed 8 years ago

gajus commented 8 years ago

It would be nice to be able to run babel-istanbul using gulp.

jeffrifwald commented 8 years ago

We don't currently have any plans to build plugins for package managers around babel-istanbul. I would encourage you to look into building one and releasing it.

gajus commented 8 years ago

Ok, I will do it, https://github.com/gajus/gulp-babel-istanbul.

It should be done before the end of the week.

jeffrifwald commented 8 years ago

Great, I'll add a link to the readme once it is finished. Thanks!