You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great initial code, but is there a way to use ibrik as a plugin module, for example from a unit testing framework? I have my own unit testing framework called gt that uses istanbul. Right now it can use coffee files as tests or main code, but does not instrument them. It would be great if there was a way I could include ibrik, let it hook into node's require loader and then generate annotated source report on command when unit tests are done.
I've merged istanbul exports to ibrik exports. db5efdb
So probably I think we can use ibrik by simply replacing your coverage.js module's 'istanbul' to 'ibrik' :)
Of cource, ibrik is still at early stage. When michaelficarra/CoffeeScriptRedux#117 is fixed, ibrik can provide more precise location information. And I'm planning to contribute istanbul not to instrument auto generated code by transpiler.
Hi,
Great initial code, but is there a way to use ibrik as a plugin module, for example from a unit testing framework? I have my own unit testing framework called gt that uses istanbul. Right now it can use coffee files as tests or main code, but does not instrument them. It would be great if there was a way I could include ibrik, let it hook into node's require loader and then generate annotated source report on command when unit tests are done.
Here is istanbul module: https://github.com/bahmutov/gt/blob/master/lib/coverage.js
Gleb
The text was updated successfully, but these errors were encountered: