We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6fd36 commit b20d59fCopy full SHA for b20d59f
.github/workflows/lint-and-test.yml
@@ -177,7 +177,7 @@ jobs:
177
- name: Clean Previous Coverage Artifacts
178
run: cargo llvm-cov clean --workspace
179
- name: Run Tests to Generate Coverage Data (All Features)
180
- run: cargo llvm-cov --no-report --all-features
+ run: cargo llvm-cov --no-report --all-features --workspace --exclude proof-of-sql-benches
181
#- name: Run Tests to Generate Coverage Data (Rayon Only)
182
# run: cargo llvm-cov --no-report --no-default-features --features="rayon"
183
#- name: Run Tests to Generate Coverage Data (Blitzar Only)
0 commit comments