blob: f439796cbf318dcc70a3a6959531affe1561fc00 [file] [log] [blame]
Dave Barach8d74caa2019-11-06 16:58:48 -05001#!/bin/bash
2
3set -e
4
5cd build-root
6rm -rf html
7mkdir html
8lcov --no-checksum --directory . --capture --output-file out.info
9genhtml out.info -o html