summaryrefslogtreecommitdiffstats
path: root/extras/lcov/lcov_post
blob: f439796cbf318dcc70a3a6959531affe1561fc00 (plain)
1
2
3
4
5
6
7
8
9
#!/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