From a597914ad5b4e96be56cb2da4a88dd3243c1bae9 Mon Sep 17 00:00:00 2001 From: Sunli Date: Wed, 25 Aug 2021 21:54:41 +0800 Subject: [PATCH] Update code-coverage.yml --- .github/workflows/code-coverage.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 40190665..56474a7b 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -10,19 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true - - name: Install libsqlite3-dev - run: | - sudo apt-get update - sudo apt-get install -y libsqlite3-dev - name: Run cargo-tarpaulin uses: actions-rs/tarpaulin@v0.1 with: - version: '0.14.3' - args: --out Xml --all --all-features + version: '0.18.0' + args: --avoid-cfg-tarpaulin - name: Upload to codecov.io uses: codecov/codecov-action@v1.0.2 with: