We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb9439 commit f395728Copy full SHA for f395728
Makefile
@@ -242,7 +242,7 @@ coverage-test: coverage-build
242
243
COV_REPORT_OPTIONS = --reporter=html \
244
--temp-directory=out/$(BUILDTYPE)/.coverage --omit-relative=false \
245
- --resolve=./lib --exclude="deps/" --exclude="test/" --exclude="tools/" \
+ --resolve=./lib --exclude="benchmark/" --exclude="deps/" --exclude="test/" --exclude="tools/" \
246
--wrapper-length=0
247
ifdef COV_ENFORCE_THRESHOLD
248
COV_REPORT_OPTIONS += --check-coverage --lines=$(COV_ENFORCE_THRESHOLD)
0 commit comments