Commit 5a39aa778bccc66b304e216f5cd4e92587554f80

Cléo Rebert 2022-01-13T16:52:27

Update rust.yml

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 8c2b2d6..52bd3a4 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -20,3 +20,7 @@ jobs:
       run: cargo build --verbose --all-features
     - name: Run tests
       run: cargo test --verbose --all-features
+    - name: Codecov
+      uses: codecov/codecov-action@v2.1.0
+      with:
+        token: ${{ secrets.CODECOV_TOKEN }}