Update tarpaulin version

Tarpaulin is the tool used for coverage
This commit is contained in:
Cléo Rebert 2022-08-26 09:58:28 +02:00 committed by GitHub
parent 2807545153
commit 65214998e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.19.0'
version: '0.20.1'
args: --all-features --out=Xml
- name: Upload to codecov.io