We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c428606 commit 417c947Copy full SHA for 417c947
jenkins/runRTAtest.fish
@@ -5,6 +5,7 @@ cleanPrepareLockUpdateClear2
5
TT_init
6
set -xg RTA_EDITION "C,Cr2"
7
8
+and maintainerOn
9
and eval $EDITION
10
and eval $TEST_SUITE
11
and setAllLogsToWorkspace
@@ -15,6 +16,11 @@ if test "$ASAN" = "true"
15
16
sanOn
17
and buildSanFlags "$WORKDIR/work/ArangoDB"
18
end
19
+if test "$COVERAGE" = "true"
20
+ echo "Coverage build"
21
+ coverageOn
22
+ and buildSanFlags "$WORKDIR/work/ArangoDB"
23
+end
24
if test "$BUILD_MODE" = "debug"
25
echo "switching to debug build"
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
48
54
55
56
+ collectCoverage
57
58
+
49
59
unlockDirectory
50
60
51
61
exit $s
0 commit comments