Commit fcd90cf76fb158a6349f0e3c36cf332e17c5aa8e

Cléo Rebert 2022-08-26T10:02:42

Merge pull request #31 from constantoine/constantoine-patch-1 Update tarpaulin version

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index ee7fe1b..a99dc3f 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -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