The coverage rate went from 93.49% to 97.41% :arrow_up:
100% of new lines are covered.
Diff Coverage details (click to unfold)
### superblockify/partitioning/approaches/streettype.py
`100%` of new lines are covered (`100%` of the complete file).
### superblockify/partitioning/approaches/bearing.py
`100%` of new lines are covered (`98.52%` of the complete file).
### superblockify/partitioning/approaches/__init__.py
`100%` of new lines are covered (`100%` of the complete file).
### superblockify/partitioning/__init__.py
`100%` of new lines are covered (`100%` of the complete file).
### superblockify/partitioning/approaches/dummy.py
`100%` of new lines are covered (`100%` of the complete file).
Improve test coverage for test plots and refactor approaches into subpackage.