From da9012436d6741def84a5867a8aff7e44d2c6912 Mon Sep 17 00:00:00 2001 From: caelansar <819711623@qq.com> Date: Mon, 11 Dec 2023 20:09:40 +0800 Subject: [PATCH] build(ci): collect coverage --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e892ad2..4e4dc84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,5 +34,5 @@ jobs: run: cargo check --all --all-features - name: Lint rust sources run: cargo clippy --all-features -- -D warnings - - name: Execute rust tests - run: cargo nextest run --features vm + - name: Collect coverage data + run: cargo llvm-cov nextest --features vm