8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd build-root
|
||
|
rm -rf html
|
||
|
lcov --capture --initial --directory . --output-file lcov.out
|