File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,12 @@ jobs:
1515 steps :
1616 - name : Check CPU
1717 run : lscpu
18-
19- - name : Install Protoc
20- uses : arduino/setup-protoc@v3
21-
2218 - name : Set up Go
2319 uses : actions/setup-go@v4
24-
2520 - name : Install grpcurl
2621 run : go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
27-
2822 - name : Checkout
2923 uses : actions/checkout@v4
30-
3124 - name : Run tests
3225 run : cargo test
3326
Original file line number Diff line number Diff line change @@ -17,16 +17,14 @@ jobs:
1717 - uses : actions/checkout@v4
1818 - name : Install Rust
1919 run : rustup update stable
20- - name : Install Protoc
21- uses : arduino/setup-protoc@v3
2220 - name : Set up Go
2321 uses : actions/setup-go@v4
2422 - name : Install grpcurl
2523 run : go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
2624 - name : Install cargo-llvm-cov
2725 uses : taiki-e/install-action@cargo-llvm-cov
2826 - name : Generate code coverage
29- run : cargo llvm-cov --all-features --workspace --exclude codegen -- lcov --output-path lcov.info
27+ run : cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
3028 - name : Upload coverage to Codecov
3129 uses : codecov/codecov-action@v3
3230 with :
You can’t perform that action at this time.
0 commit comments