Istanbul is a JavaScript code‑coverage tool that instruments source files at runtime (via module‑loader hooks) and generates detailed coverage reports—statement, branch, function and line—in formats such as HTML, LCOV and Cobertura. It’s aimed at developers who need transparent coverage for Node.js unit, functional or browser tests, and can be used both from the command line and as a library or middleware in larger test pipelines.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
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.