diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0e1205b7ea6..23f446dedd0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -83,6 +83,10 @@ jobs: with: command: test args: -v + - name: Run cargo-tarpaulin + uses: actions-rs/tarpaulin@v0.1 + - name: Upload to codecov.io + uses: codecov/codecov-action@v1.0.2 test_on_windows: name: Test Suite on Windows