A code coverage tool aiming at relevance, accuracy, simplicity, flexibility and speed.
The recommended way to install One Double Zero is to install it globally from its npm package.
npm i one-double-zero -g
Once installed, One Double Zero exposes a command-line script named odz
, capable of executing the command passed as argument, collecting some coverage data along the way.
odz node foo.js
Help can be displayed by passing the --help
flag to odz
.
odz --help
To get the most of One Double Zero, it is strongly recommended to read its documentation.
Copyright © 2024 Eric MORAND. Released under the ISC License.