From fa3583234c2f997d9ceb9e60294ee47dc100b144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 8 Dec 2020 14:09:51 +0100 Subject: [PATCH] CI: Fix the coverage yml. --- .github/workflows/coverage.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5b0f562d1..bc3d12a9b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,9 +8,10 @@ env: jobs: code_coverage: - name: Code Coverage - runs-on: "ubuntu-latest" - steps: + name: Code Coverage + runs-on: "ubuntu-latest" + + steps: - name: Checkout repository uses: actions/checkout@v2 @@ -18,6 +19,7 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: stable + profile: minimal override: true - name: Install tarpaulin