Coverage module fixes: Fixed bug in determining all the methods defined for a route. Fixed bug in adapting routes with multiple methods in Sanic apps.
0.15.0
Fixed bug in adapting Fast Api routes in which the path parameter type is also specified. Handled scenario when duplicate routes ( one with trailing slash and one without it) are returned by the app. Updated documentation.
0.14.1
Fixes bug while testing with coverage for flask app, when the app is started externally.
0.14.0
Added support for api coverage.
0.13.0
0.12.0
Upgraded to specmatic core 0.72.0 which adds git branch support.