From 0175f9627b9d1b31717d17a3bad0d48fb24bc702 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 19 Dec 2023 11:32:39 -0500 Subject: [PATCH] ci: codecov: increase stack size for tests Increase stack size for tests and exclude nono libc scenarios causing some issues with coverage collection. Signed-off-by: Anas Nashif --- .github/workflows/codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 57ea8b0f3c9..85545cdc712 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -89,7 +89,7 @@ jobs: export ZEPHYR_TOOLCHAIN_VARIANT=zephyr mkdir -p coverage/reports pip3 install gcovr - ./scripts/twister -i --force-color -N -v --filter runnable -p ${{ matrix.platform }} --coverage -T tests --coverage-tool gcovr + ./scripts/twister -i --force-color -N -v --filter runnable -p ${{ matrix.platform }} --coverage -T tests --coverage-tool gcovr -xCONFIG_TEST_EXTRA_STACK_SIZE=4096 -e nano - name: ccache stats post run: |