Constellation / ibrik

CoffeeScript meets Istanbul - code coverage tool for CoffeeScript
BSD 2-Clause "Simplified" License
79 stars 32 forks source link

How to ignore blocks of code #27

Closed eddiemonge closed 9 years ago

eddiemonge commented 9 years ago

Istanbul has /* istanbul ignore next */. Whats the ibrik way of doing it? Or is that even supported?

michaelficarra commented 9 years ago

Does ### istanbul ignore next ### not work?

eddiemonge commented 9 years ago

Doesn't seem to.

Spadavecchia commented 9 years ago

I tried backtick javascript comment and it doesn't work: /* istanbul ignore next */

jigfox commented 9 years ago

Any new on this?

rktjmp commented 9 years ago

+1

Zolmeister commented 9 years ago

+1

kimardenmiller commented 8 years ago

@Constellation any idea when this fix will make it into the NPM release?

Spadavecchia commented 8 years ago

Why not published yet? How can I help?

kimardenmiller commented 8 years ago

Thanks, @Spadavecchia. It's not in 2.0, correct? ... https://www.npmjs.com/package/ibrik

Spadavecchia commented 8 years ago

@kimardenmiller It's not in 2.0 Who can publish it?