Commit b26322cd33add3629abdc911cc55ba5d363c5372

Cléo Rebert 2022-01-13T18:04:12

Update rust.yml

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