Print out URL to local coverage test results
This commit is contained in:
@@ -4,3 +4,5 @@ scons --coverage test
|
||||
mkdir -p coverage && cd coverage
|
||||
lcov -c -d ../build/src/ -o libucore.info
|
||||
genhtml libucore.info
|
||||
|
||||
echo "Test report available at file:///$(pwd)/index.html"
|
||||
|
||||
Reference in New Issue
Block a user