#!/bin/sh
lcov --no-external --directory . --capture --output-file app.info
genhtml --output-directory cov_html app.info
