f439796cbf318dcc70a3a6959531affe1561fc00
[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