Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
0860b2e19365c092f10dd1ce639caaded0e87ded
/
.
/
extras
/
lcov
/
lcov_post
blob: f439796cbf318dcc70a3a6959531affe1561fc00 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
cd build
-
root
rm
-
rf html
mkdir html
lcov
--
no
-
checksum
--
directory
.
--
capture
--
output
-
file out
.
info
genhtml out
.
info
-
o html