diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4a013dd..9cee4e8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: if: startsWith(matrix.os, 'ubuntu') run: | sudo apt-get -y update - sudo apt-get -y install clang libwayland-dev libxkbcommon-x11-dev pkg-config libvulkan-dev + sudo apt-get -y install clang libwayland-dev libxkbcommon-x11-dev pkg-config libvulkan-dev libxcb-shape0-dev libxcb-xfixes0-dev - name: Update toolchain & add llvm-tools run: | @@ -52,7 +52,7 @@ jobs: uses: taiki-e/install-action@cargo-llvm-cov - name: Run tests and coverage - run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info + run: cargo llvm-cov --no-cfg-coverage --all-features --workspace --lcov --output-path lcov.info - name: Run doc tests run: cargo test --doc --workspace