Skip to content

Commit

Permalink
Pin coverage.yml nightly to 2021-03-24 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Mar 26, 2021
1 parent a8b3ced commit a5ff0e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit a5ff0e9

Please sign in to comment.