# From root run the following command: pytest --cov-report html --cov=<project dir> <tests dir>
❯ coverage html && open htmlcov/index.html