misc: add lcov scripts, README.md
[vpp.git] / extras / lcov / lcov_prep
1 #!/bin/bash
2
3 set -e
4
5 cd build-root
6 rm -rf html
7 lcov --capture --initial --directory . --output-file lcov.out