minrwhite / typescript-tape-nyc-example

A project using nyc, tape, and typescript in conjunction, including a trivial example to show how to consume the tape module from typescript tests
8 stars 1 forks source link

nyc not showing coverage #1

Open adamtysonsmith opened 6 years ago

adamtysonsmith commented 6 years ago

Hey thanks for this, really helped me out!

For some reason I always get zero code coverage.. any ideas?

antoniocascais commented 6 years ago

Did you try adding the '--all' flag to NYC, @adamtysonsmith ?