Skip to content

Commit

Permalink
Run coverage on stable again
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Dec 9, 2024
1 parent bf921a6 commit 1d8bae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
uses: actions/checkout@v4

- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools-preview
components: llvm-tools
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand All @@ -34,7 +34,7 @@ jobs:
tool: cargo-llvm-cov
- name: Generate code coverage
run: |
cargo +nightly llvm-cov --tests -j 2 --all-features --lcov --output-path lcov.info
cargo llvm-cov --tests -j 2 --all-features --lcov --output-path lcov.info
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 1d8bae0

Please sign in to comment.