Skip to content

Commit daed830

Browse files
committed
coverage thresholds
1 parent 79638db commit daed830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build:
3939
# This is dumb AF
4040
space := $(subst ,, )
4141
_cover::
42-
@$(CARGO) llvm-cov report $(RUST_COVER_TYPE) \
42+
@LLVM_COV_FLAGS='-coverage-watermark=60,30' $(CARGO) llvm-cov report $(RUST_COVER_TYPE) \
4343
$(if $(COVERAGE_IGNORES),--ignore-filename-regex "$(subst $(space),|,$(COVERAGE_IGNORES))",)
4444

4545
.PHONY: release

0 commit comments

Comments
 (0)