Skip to content

Commit 0807327

Browse files
committed
Exclude experimental vendor crate
1 parent 664deff commit 0807327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
tool: cargo-llvm-cov
3232

33-
- run: cargo llvm-cov --lcov --output-path lcov.info
33+
- run: cargo llvm-cov --workspace --exclude protosearch-vendor --lcov --output-path lcov.info
3434

3535
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
3636
with:

0 commit comments

Comments
 (0)