From: Mika Lindqvist Date: Tue, 20 Feb 2024 18:02:40 +0000 (+0200) Subject: Disable CodeCov for RISC-V as the toolchain doesn't support generating code coverage. X-Git-Tag: 2.1.7~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ac9608043e151a1d553f019747d400402ec1e29;p=thirdparty%2Fzlib-ng.git Disable CodeCov for RISC-V as the toolchain doesn't support generating code coverage. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d42ece73..fd79c3b1 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -445,7 +445,6 @@ jobs: os: ubuntu-latest cmake-args: -GNinja -DCMAKE_TOOLCHAIN_FILE=./cmake/toolchain-riscv.cmake -DTOOLCHAIN_PATH=${PWD}/prebuilt-riscv-toolchain-qemu/riscv-clang -DQEMU_PATH=${PWD}/prebuilt-riscv-toolchain-qemu/riscv-qemu/bin/qemu-riscv64 packages: build-essential cmake ninja-build - codecov: ubuntu_clang_toolchain_riscv - name: Ubuntu Emscripten WASM32 os: ubuntu-latest