The coverage feature does not work with Jest. Looks like the event it's listening for doesn't get emitted at any point. I tried emitting it manually in a test suite's afterAll and it seems to work. However doing the same in Jest's global teardown does not work.