summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-02-26 16:55:01 +0200
committerErnestas Kulik <ernestask@gnome.org>2018-02-26 17:09:07 +0200
commit3290d6576395c4e7d5d10fac8033871c89f60b84 (patch)
tree9fafba32ce9b7e62c1ceb7ad4a318033ed5c8163
parent47b7881379df0a26d2ca22bf1c005b5f844e0082 (diff)
downloadnautilus-3290d6576395c4e7d5d10fac8033871c89f60b84.tar.gz
CI: disable coverage report
gcovr is broken with GCC 8 due to changes in Gcov report format. Revert when https://github.com/gcovr/gcovr/pull/228 is merged.
-rw-r--r--.gitlab-ci.yml29
1 files changed, 15 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3674eb212..1c615e6bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,17 +20,18 @@ test:
- meson _build . -Db_coverage=true -Ddisplay-tests=false
- cd _build
- ninja test
- - gcovr --root=.
- --exclude=src/
- --exclude=../data/
- --exclude=../eel/check-program.c
- --exclude=../eel/eel-debug.c
- --exclude=../eel/eel-lib-self-check-functions.c
- --exclude=../eel/eel-self-checks.c
- --exclude=../src/animation/
- --exclude=../src/gtk/
- --exclude=../src/nautilus-lib-self-check-functions.c
- --exclude=../src/nautilus-self-check-functions.c
- --exclude=../subprojects/libgd/
- --exclude=../test/
- coverage: '/^TOTAL.*\s+(\d+\%)$/'
+# git blame me and read the log. ;)
+# - gcovr --root=.
+# --exclude=src/
+# --exclude=../data/
+# --exclude=../eel/check-program.c
+# --exclude=../eel/eel-debug.c
+# --exclude=../eel/eel-lib-self-check-functions.c
+# --exclude=../eel/eel-self-checks.c
+# --exclude=../src/animation/
+# --exclude=../src/gtk/
+# --exclude=../src/nautilus-lib-self-check-functions.c
+# --exclude=../src/nautilus-self-check-functions.c
+# --exclude=../subprojects/libgd/
+# --exclude=../test/
+# coverage: '/^TOTAL.*\s+(\d+\%)$/'