tests docs: fix lcov code coverage report generation
[vpp.git] / extras / lcov / lcov_post
diff --git a/extras/lcov/lcov_post b/extras/lcov/lcov_post
deleted file mode 100755 (executable)
index 1aaf986..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-set -e
-
-cd build-root
-rm -rf html
-mkdir html
-lcov --no-checksum --directory . --capture --output-file out.info
-lcov --remove out.info \
-       "/usr/include/*" "*/build-root/*" "/opt/*" "/usr/lib/*" \
-       -o filtered.info
-genhtml filtered.info -o html