mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
ci(code-quality): update cargo-tarpaulin to 0.31.1
This commit is contained in:
4
.github/workflows/code-quality.yml
vendored
4
.github/workflows/code-quality.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user