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 <anas.nashif@intel.com>
This commit is contained in:
parent
2b43582236
commit
0175f9627b
2
.github/workflows/codecov.yaml
vendored
2
.github/workflows/codecov.yaml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
|
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
|
||||||
mkdir -p coverage/reports
|
mkdir -p coverage/reports
|
||||||
pip3 install gcovr
|
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
|
- name: ccache stats post
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user