Confirmed users
333
edits
(Add initial version of coverage docs) |
m (Add minor point) |
||
Line 21: | Line 21: | ||
<code>$ wget https://raw.githubusercontent.com/llvm-mirror/llvm/master/tools/sancov/coverage-report-server.py</code> | <code>$ wget https://raw.githubusercontent.com/llvm-mirror/llvm/master/tools/sancov/coverage-report-server.py</code> | ||
Finally, launch the HTTP server and pass it the <i>ssl_gtest.symcov</i> file generated above. | Finally, from inside the NSS checkout, launch the HTTP server and pass it the <i>ssl_gtest.symcov</i> file generated above. | ||
<code>$ python3 coverage-report-server.py --symcov /tmp/tmp1D6wyt/ssl_gtest.symcov --srcpath .</code> | <code>$ python3 coverage-report-server.py --symcov /tmp/tmp1D6wyt/ssl_gtest.symcov --srcpath .</code> |