From a5ff0e983b362a2f33d29eff3616d9e694200471 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Fri, 26 Mar 2021 10:53:18 -0400 Subject: [PATCH] Pin coverage.yml nightly to 2021-03-24 for now --- .github/workflows/coverage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 59f6fb49..591371b2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -20,7 +20,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: nightly-2021-03-24 override: true profile: minimal components: llvm-tools-preview @@ -53,4 +53,3 @@ jobs: $(rustc --print target-libdir)/../bin/llvm-cov export -format=lcov -instr-profile=test.profdata $(printf -- "-object %s " $(cat filenames.txt)) > "lcov.info" - name: Upload coverage report to Codecov uses: codecov/codecov-action@v1 -