We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8df4f commit e0745abCopy full SHA for e0745ab
tools/make/lib/test-cov/istanbul.mk
@@ -53,8 +53,7 @@ ISTANBUL_EXCLUDES_FLAGS ?= \
53
ISTANBUL_RSYNC_EXCLUDES_FLAGS ?= \
54
--ignore-existing \
55
--exclude "$(EXAMPLES_FOLDER)/" \
56
- --exclude "$(BENCHMARKS_FOLDER)/" \
57
- --exclude "$(DOCUMENTATION_FOLDER)/"
+ --exclude "$(BENCHMARKS_FOLDER)/"
58
59
# Define the command to instrument source code for code coverage:
60
ISTANBUL_INSTRUMENT ?= $(ISTANBUL) instrument
0 commit comments