diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 295ae87b4b..5ad00d20b9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -69,32 +69,32 @@ jobs: command: test args: --all-features --no-fail-fast - test-coverage: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true - - uses: actions-rs/cargo@v1 - with: - command: clean - - name: Run cargo-tarpaulin - uses: actions-rs/tarpaulin@v0.1 - with: - version: '0.16.0' - args: '-- --test-threads 1' - timeout: 600 - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true - - name: Archive code coverage results - uses: actions/upload-artifact@v2 - with: - name: code-coverage-report - path: cobertura.xml + # test-coverage: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # with: + # fetch-depth: 0 + # - uses: actions-rs/toolchain@v1 + # with: + # toolchain: stable + # override: true + # - uses: actions-rs/cargo@v1 + # with: + # command: clean + # - name: Run cargo-tarpaulin + # uses: actions-rs/tarpaulin@v0.1 + # with: + # version: '0.16.0' + # args: '-- --test-threads 1' + # timeout: 600 + # - name: Upload coverage to Codecov + # uses: codecov/codecov-action@v1 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # fail_ci_if_error: true + # - name: Archive code coverage results + # uses: actions/upload-artifact@v2 + # with: + # name: code-coverage-report + # path: cobertura.xml