Commit 466429896615b6bc2760b17f018de40e5c28dfda

Cléo Rebert 2022-01-13T17:56:20

Update rust.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 2100a6e..3a097b4 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -29,7 +29,7 @@ jobs:
       uses: actions-rs/tarpaulin@v0.1
       with:
         version: '0.15.0'
-        args: '-- --verbose --all-features --test-threads 1'
+        args: '-- --all-features --test-threads 1'
 
     - name: Upload to codecov.io
       uses: codecov/codecov-action@v2
@@ -40,4 +40,4 @@ jobs:
       uses: actions/upload-artifact@v1
       with:
         name: code-coverage-report
-        path: cobertura.xml
\ No newline at end of file
+        path: cobertura.xml