Skip to content

Commit 1197465

Browse files
authored
Merge pull request #6617 from grondo/fix-coverage
ci: ensure unit tests are run during coverage
2 parents 74bb8ae + 44cd1f8 commit 1197465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/checks_run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ if test "$COVERAGE" = "t"; then
144144
export ENABLE_USER_SITE=1 && \
145145
export COVERAGE_PROCESS_START=$(pwd)/coverage.rc && \
146146
${MAKE} -j $JOBS check TESTS= && \
147+
(cd src && ${MAKE} -j $JOBS check) && \
147148
(cd t && ${MAKE} -j $JOBS check ${SYSTEM:+TESTS=\"$SYSTEM_TESTS\"})"
148149
POSTCHECKCMDS="\
149150
${MAKE} code-coverage-capture &&

0 commit comments

Comments
 (0)