From 25ae30a71ae5f272db5855b7d0294c4073d89d9b Mon Sep 17 00:00:00 2001 From: Iban Eguia Date: Sat, 6 Mar 2021 11:22:45 +0100 Subject: [PATCH] Deactivating cargo tarpaulin (#1157) * Fixing cargo tarpaulin * Disable coverage checks --- .github/workflows/rust.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e44b035bfb..5e6a46bed9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -89,12 +89,13 @@ jobs: with: command: test args: -v - - name: Run cargo-tarpaulin - uses: actions-rs/tarpaulin@v0.1 - with: - args: --ignore-tests - - name: Upload to codecov.io - uses: codecov/codecov-action@v1 + # Waiting for https://github.com/rust-lang/cargo/pull/9229 to land + # - name: Run cargo-tarpaulin + # uses: actions-rs/tarpaulin@v0.1 + # with: + # args: --ignore-tests + # - name: Upload to codecov.io + # uses: codecov/codecov-action@v1 test_on_windows: name: Test Suite on Windows