diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0e99a1..24a3f8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,11 +91,12 @@ jobs: steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable - - run: cargo install --force cargo-tarpaulin - - run: cargo tarpaulin --all-features --workspace --engine llvm -o Xml + - uses: taiki-e/install-action@cargo-llvm-cov + - run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info - uses: codecov/codecov-action@v3 with: token: ${{secrets.CODECOV_TOKEN}} + files: lcov.info fail_ci_if_error: true browser: