coveragepy
coveragepy copied to clipboard
Question: How to get the coverage data for each incoming request on my web server.
consider a sample python application (https://github.com/keploy/samples-python/tree/main/django-postgres), I want to get the coverage data for each request coming to my server.
I am aware of dynamic-context, but that it is a different thing, it provides only one option (test_function).