# One Double Zero
[![NPM version][npm-image]][npm-url] [![Build Status][build-image]][build-url] [![Coverage percentage][coveralls-image]][coveralls-url]

A code coverage tool aiming at relevance, accuracy, simplicity, flexibility and speed.

## Installation

The recommended way to install One Double Zero is to install it globally from its npm package.

```shell
npm i one-double-zero -g
```

## Getting Started

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.

```shell
odz node foo.js
```

Help can be displayed by passing the `--help` flag to `odz`.

```shell
odz --help
```

## Documentation

To get the most of One Double Zero, it is strongly recommended to read its [documentation](https://one-double-zero.nightlycommit.com).

## License

Copyright © 2024 [Eric MORAND](https://gitlab.com/eric.morand). Released under the [ISC License](https://gitlab.com/nightlycommit/one-double-zero/-/blob/main/LICENSE).

[npm-image]: https://badge.fury.io/js/one-double-zero.svg
[npm-url]: https://npmjs.org/package/one-double-zero
[build-image]: https://gitlab.com/nightlycommit/one-double-zero/badges/main/pipeline.svg
[build-url]: https://gitlab.com/nightlycommit/one-double-zero/-/pipelines
[coveralls-image]: https://coveralls.io/repos/gitlab/nightlycommit/one-double-zero/badge.svg
[coveralls-url]: https://coveralls.io/gitlab/nightlycommit/one-double-zero