Constellation / ibrik

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

ignore blocks of code - fixes #27 #32

Closed Zolmeister closed 9 years ago

Zolmeister commented 9 years ago

note: need to build before testing Also, technically the only esprima option needed was comment but added the others just in case istanbul decides to use them

Zolmeister commented 9 years ago

@Constellation should I build so the Travis passes?

Zolmeister commented 9 years ago

@Constellation bump

Constellation commented 9 years ago

Could you fix the failed tests?

Zolmeister commented 9 years ago

@Constellation The tests failed because of the way travis is set-up. I would recommend that the test-suite run a local build before executing, so that commits do not have to run the build themselves and dirty the git history.

Fixed

Constellation commented 9 years ago

LGTM

Constellation commented 9 years ago

Merged. Thank you!