Skip to content

Commit 417c947

Browse files
committed
attempt adding coverage builds
1 parent c428606 commit 417c947

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

jenkins/runRTAtest.fish

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cleanPrepareLockUpdateClear2
55
TT_init
66
set -xg RTA_EDITION "C,Cr2"
77

8+
and maintainerOn
89
and eval $EDITION
910
and eval $TEST_SUITE
1011
and setAllLogsToWorkspace
@@ -15,6 +16,11 @@ if test "$ASAN" = "true"
1516
sanOn
1617
and buildSanFlags "$WORKDIR/work/ArangoDB"
1718
end
19+
if test "$COVERAGE" = "true"
20+
echo "Coverage build"
21+
coverageOn
22+
and buildSanFlags "$WORKDIR/work/ArangoDB"
23+
end
1824
if 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"
4753
end
4854

55+
if test "$COVERAGE" = "true"
56+
collectCoverage
57+
end
58+
4959
unlockDirectory
5060

5161
exit $s

0 commit comments

Comments
 (0)