Open GeoffreyBooth opened 7 years ago
I am pretty sure https://github.com/benbria/coffee-coverage/pull/91 isn't ready for a code base so large, but it might be worth a try? import
/export
aren't supported yet, but it might be a good starting point.
https://github.com/benbria/coffee-coverage/pull/91 has been merged and published as v3.0.0.
Adding
require 'coffee-coverage/register-istanbul'
insideCakefile
’srunTests
throws errors for the files with new features added in CoffeeScript 2 (note filenames):And
import
orexport
statements, added in 1.11, still aren’t supported (#82):