Pin coverage.yml nightly to 2021-03-24 for now

This commit is contained in:
Deirdre Connolly 2021-03-26 10:53:18 -04:00 committed by Deirdre Connolly
parent a8b3ced7e9
commit a5ff0e983b
1 changed files with 1 additions and 2 deletions

View File

@ -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