telepathy-glib: lcov: add a holding page for lcov reports
Jonny Lamb
jonny at kemper.freedesktop.org
Thu Aug 30 11:24:34 PDT 2012
Module: telepathy-glib
Branch: master
Commit: 84f63e56bbc5f32c418d8112b32574f62588b000
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=84f63e56bbc5f32c418d8112b32574f62588b000
Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date: Thu Aug 30 19:23:08 2012 +0100
lcov: add a holding page for lcov reports
When lcov fails on the buildbot let's upload /something/.
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
tools/lcov.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/lcov.am b/tools/lcov.am
index 7384f1b..80023cb 100644
--- a/tools/lcov.am
+++ b/tools/lcov.am
@@ -8,6 +8,7 @@ lcov-report:
--remove @top_builddir@/lcov.info.tmp telepathy-glib-scan.c
rm @top_builddir@/lcov.info.tmp
$(mkdir_p) @top_builddir@/lcov.html
+ echo "Coming soon!" > @top_builddir@/lcov.html/index.html
git_commit=`GIT_DIR=@top_srcdir@/.git git log -1 --pretty=format:%h 2>/dev/null`;\
genhtml --title "@PACKAGE_STRING@ $$git_commit" \
--output-directory @top_builddir@/lcov.html lcov.info
More information about the telepathy-commits
mailing list