Commit 197336c8 authored by Anas Nashif's avatar Anas Nashif
Browse files

ci: codecov: stick with gcovr 6.0 for now



gcovr 7.0 has some incompatible format, stick with 6.0 for now until we
have a compatible solution with gcovr 7.0 output.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent b03c3c0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ jobs:
          export ZEPHYR_BASE=${PWD}
          export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
          mkdir -p coverage/reports
          pip3 install gcovr
          pip3 install gcovr==6.0
          ./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