Skip to content

Commit

Permalink
update covergae action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Apr 18, 2022
1 parent 711873d commit fdeb617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: dlang-community/setup-dlang@v1

- name: Install Rust
run: rustup toolchain install nightly --component llvm-tools-preview
run: rustup component add llvm-tools-preview --toolchain stable-x86_64-unknown-linux-gnu
- name: Install cargo-llvm-cov
run: curl -LsSf https://github.com/taiki-e/cargo-llvm-cov/releases/latest/download/cargo-llvm-cov-x86_64-unknown-linux-gnu.tar.gz | tar xzf - -C ~/.cargo/bin
- name: clean
Expand All @@ -90,4 +90,4 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: lcov.info
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit fdeb617

Please sign in to comment.