user456584
user456584

Reputation: 88815

How to generate test coverage report in Meteor / Velocity?

The Velocity documentation mentions test coverage as a primary feature of the framework, but I'm having a hard time finding specific instructions for getting started.

Is there support for test coverage reporting in Meteor / Velocity (either directly or via a third-party package)?

Upvotes: 6

Views: 1359

Answers (1)

Xolv.io
Xolv.io

Reputation: 2533

You can't currently do this, but it is on the road map.

This used to work: https://github.com/xolvio/meteor-coverage but it can't with the new mirror approach. I'll update this answer when we get it working again.

Upvotes: 8

Related Questions