From 38f3d13f7fb46463619df6c701ce63f5fba7bfa2 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Tue, 27 Jul 2021 22:00:45 -0500 Subject: [PATCH] maint/CICD ~ pin code coverage utility `grcov` at v0.8.0 (v0.8.1 uses unstable `take()`) --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 8a1e142df..90b836c0f 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -625,7 +625,7 @@ jobs: uses: actions-rs/install@v0.1 with: crate: grcov - version: latest + version: 0.8.0 use-tool-cache: false - name: Generate coverage data (via `grcov`) id: coverage