Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
submodules: true
- name: Install protoc
run: sudo apt-get install -y protobuf-compiler
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- run: |
rustup toolchain add --profile=minimal stable
rustup override set stable
- name: Install and Run Tarpaulin
run: |
cargo install cargo-tarpaulin
Expand Down