Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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)?

like image 570
user456584 Avatar asked Mar 31 '15 21:03

user456584


People also ask

How do I get code coverage results?

Code coverage option is available under the Test menu when you run test methods using Test Explorer. The results table shows the percentage of the code executed in each assembly, class, and procedure. The source editor highlights the tested code.


1 Answers

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.

like image 163
Xolv.io Avatar answered Nov 15 '22 06:11

Xolv.io