Merge pull request #31 from constantoine/constantoine-patch-1

Update tarpaulin version
This commit is contained in:
Cléo Rebert 2022-08-26 10:02:42 +02:00 committed by GitHub
commit fcd90cf76f
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