Update rust.yml

This commit is contained in:
Cléo Rebert 2022-01-13 18:04:12 +01:00 committed by GitHub
parent 2f864c4585
commit b26322cd33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.15.0'
args: --all-features --test-threads 1
version: '0.19.0'
args: --all-features --verbose --out=Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2