Skip to content

Commit d1ac5da

Browse files
committed
fix(ci): add llvm-cov clean step before integration E2E coverage accumulation
1 parent d0ef1df commit d1ac5da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integration/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ fmt:
2626

2727
integration-coverage-contra:
2828
@echo "Running contra integration tests with coverage instrumentation..."
29+
@cargo llvm-cov clean --workspace
2930
@cargo llvm-cov --no-report --test contra_integration -- --nocapture
3031

3132
integration-coverage-indexer:

0 commit comments

Comments
 (0)