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 787 forks source link

Measuring code coverage on top of JerryScript #758

Closed zherczeg closed 5 years ago

zherczeg commented 7 years ago

Hi,

we would like to measure javascript code coverage using the istanbul tool. The javascript is executed by JerryScript (https://github.com/jerryscript-project/jerryscript) which is a pure ES 5.1 engine. Could you tell me how difficult to port the Istanbul tool to JerryScript? Is the core ES5 compatible?

Thank you, Zoltan