Skip to content

Commit

Permalink
Remove codecov installation action (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
buinauskas authored Sep 8, 2023
1 parent ce6c44f commit dd61f96
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
components: rustfmt, clippy, llvm-tools-preview

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
components: rustfmt, clippy

- name: Install nextest
uses: taiki-e/install-action@v1
Expand Down

0 comments on commit dd61f96

Please sign in to comment.