From 50accf42c9e908bb5d2f58857a7956e102c6463e Mon Sep 17 00:00:00 2001 From: Helio Frota <00hf11@gmail.com> Date: Tue, 11 Jun 2024 20:06:55 -0300 Subject: [PATCH] foobar cov --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 354f2a8..00da907 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,3 +24,6 @@ jobs: run: cargo clippy --all-targets --all-features -- -D warnings -D clippy::unwrap_used -D clippy::expect_used - name: Test run: cargo test + - uses: taiki-e/install-action@cargo-llvm-cov + - run: | + cargo llvm-cov test