Code coverage is a metric used in software testing to measure the extent to which the source code of a program has been executed during testing. It indicates the percentage of code that has been covered by the test cases. We will demonstrate how to get the coverage data for each incoming request on a python web server built using any web framework.