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
5
5
TT_init
6
6
set -xg RTA_EDITION " C,Cr2"
7
7
8
+ and maintainerOn
8
9
and eval $EDITION
9
10
and eval $TEST_SUITE
10
11
and setAllLogsToWorkspace
@@ -15,6 +16,11 @@ if test "$ASAN" = "true"
15
16
sanOn
16
17
and buildSanFlags " $WORKDIR /work/ArangoDB"
17
18
end
19
+ if test " $COVERAGE " = " true"
20
+ echo " Coverage build"
21
+ coverageOn
22
+ and buildSanFlags " $WORKDIR /work/ArangoDB"
23
+ end
18
24
if test " $BUILD_MODE " = " debug"
19
25
echo " switching to debug build"
20
26
debugMode
@@ -46,6 +52,10 @@ for f in $matches
46
52
echo $f | grep -qv testreport ; and echo " mv $f $WORKSPACE " ; and mv $f $WORKSPACE ; or echo " skipping $f "
47
53
end
48
54
55
+ if test " $COVERAGE " = " true"
56
+ collectCoverage
57
+ end
58
+
49
59
unlockDirectory
50
60
51
61
exit $s
You can’t perform that action at this time.
0 commit comments