ci(code-quality): update cargo-tarpaulin to 0.31.1

This commit is contained in:
Carson M.
2024-08-05 12:52:15 -05:00
parent abb998b85e
commit b30b62158c

View File

@@ -65,10 +65,10 @@ jobs:
id: tarpaulin-cache
with:
path: ~/.cargo/bin/cargo-tarpaulin
key: ${{ runner.os }}-cargo-${{ steps.rust-version.outputs.version }}-0.28.0
key: ${{ runner.os }}-cargo-${{ steps.rust-version.outputs.version }}-0.31.1
- name: Install tarpaulin
if: steps.tarpaulin-cache.outputs.cache-hit != 'true'
run: cargo install cargo-tarpaulin --version 0.28.0
run: cargo install cargo-tarpaulin --version 0.31.1
- name: Generate code coverage
run: |
cargo tarpaulin -p ort --features fetch-models --verbose --timeout 120 --out xml --engine llvm --doc --lib --tests -- --test-threads 1