File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ cleanPrepareLockUpdateClear2
55TT_init
66set -xg RTA_EDITION " C,Cr2"
77
8+ and maintainerOn
89and eval $EDITION
910and eval $TEST_SUITE
1011and setAllLogsToWorkspace
@@ -15,6 +16,11 @@ if test "$ASAN" = "true"
1516 sanOn
1617 and buildSanFlags " $WORKDIR /work/ArangoDB"
1718end
19+ if test " $COVERAGE " = " true"
20+ echo " Coverage build"
21+ coverageOn
22+ and buildSanFlags " $WORKDIR /work/ArangoDB"
23+ end
1824if test " $BUILD_MODE " = " debug"
1925 echo " switching to debug build"
2026 debugMode
@@ -46,6 +52,10 @@ for f in $matches
4652 echo $f | grep -qv testreport ; and echo " mv $f $WORKSPACE " ; and mv $f $WORKSPACE ; or echo " skipping $f "
4753end
4854
55+ if test " $COVERAGE " = " true"
56+ collectCoverage
57+ end
58+
4959unlockDirectory
5060
5161exit $s
You can’t perform that action at this time.
0 commit comments