misc: add lcov scripts, README.md
[vpp.git] / extras / lcov / lcov_post
1 #!/bin/bash
2
3 set -e
4
5 cd build-root
6 rm -rf html
7 mkdir html
8 lcov --no-checksum --directory . --capture --output-file out.info
9 genhtml out.info -o html