|
|
| Test coverage allows us to understand how much is covered by our inline tests. |
|
|
|
|
|
| To use it, simply add the [bisect_ppx](https://github.com/aantron/bisect_ppx) library as an *instrumentation backend*. |
|
|
|
| Make sure to install the library |
|
| Pass this command to generate the coverage data based on your tests. |
|
| Via `bisect-ppx-report` you can generate a report within your terminal |
|
| Or as an HTML report (prettier). |
|