Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Jul 23, 2023
1 parent 3dc4755 commit bfeefb1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
LLVM_COV_VERSION: 0.5.23
COVERAGE_FILE: ./coverage.lcov
steps:
- uses: taiki-e/install-action@cargo-llvm-cov@2.12.17
- name: git checkout
uses: actions/checkout@v3
- name: toolchain ${{ env.MSRV }} minimal
Expand All @@ -23,11 +24,11 @@ jobs:
profile: minimal
toolchain: ${{ env.MSRV }}
override: true
- name: install cargo-llvm-cov
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-llvm-cov --version ${{ env.LLVM_COV_VERSION }}
#- name: install cargo-llvm-cov
# uses: actions-rs/cargo@v1
# with:
# command: install
# args: cargo-llvm-cov --version ${{ env.LLVM_COV_VERSION }}
- name: add llvm-tools-preview
shell: bash
run: rustup component add llvm-tools-preview
Expand Down

0 comments on commit bfeefb1

Please sign in to comment.