Our test coverage is currently only around 89%, which may be hiding some bugs. A simple way to compute coverage statistics: ```sh python -m coverage run -m unittest python -m coverage report ```
Our test coverage is currently only around 89%, which may be hiding some bugs.
A simple way to compute coverage statistics: