We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36467bb commit 3c84539Copy full SHA for 3c84539
.github/workflows/rust.yml
@@ -20,3 +20,8 @@ jobs:
20
run: cargo build --verbose
21
- name: Run tests
22
run: cargo test --verbose
23
+ - name: Upload coverage reports to Codecov
24
+ uses: codecov/codecov-action@v3
25
+ env:
26
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
27
+
0 commit comments