1
0
forked from fsfw/fsfw
Files
fsfw/unittest/lcov.sh
2020-10-20 17:12:56 +02:00

4 lines
120 B
Bash

#!/bin/bash
lcov --capture --directory . --output-file coverage.info
genhtml coverage.info --output-directory _coverage