gotwarlost / istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
8.7k stars 786 forks source link

Is it possible to get per test coverage? #814

Open karanjitsingh opened 7 years ago

karanjitsingh commented 7 years ago

I have a test.js written in jasmine. I want to get code coverage per test in a single run of "istanbul cover test.js"

Is this possible to get in the current scenario? If not, is it possible to add such a feature in istanbul with minor changes to the code in istanbul?

ORESoftware commented 7 years ago

I have a similar question.

jbloxham commented 5 years ago

I have the same question, but for Mocha.