<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, Jun 15, 2016 at 11:38 PM Li, Xiaoyan &lt;<a href="mailto:xiaoyan.li@intel.com" target="_blank">xiaoyan.li@intel.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><br>
Anyone kindly gives me any suggestions how to check code coverage like above test.py?<br><br></blockquote><div><br></div><div>I&#39;ve used the coverage API[1] in webapps to record coverage in very long running processes. I would write coverage data when someone authenticated against a /dump_coverage endpoint. This allowed me to run a series of tests and then dump the coverage for those tests.</div><div><br></div><div>1. <a href="https://coverage.readthedocs.io/en/coverage-4.1/api.html">https://coverage.readthedocs.io/en/coverage-4.1/api.html</a> </div></div></div>