Skip to content

Commit e0745ab

Browse files
committed
Sync docs directory when running test coverage
This commit accommodates the change in CLI convention where usage text is now placed in the `docs` folder.
1 parent 6e8df4f commit e0745ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/make/lib/test-cov/istanbul.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ ISTANBUL_EXCLUDES_FLAGS ?= \
5353
ISTANBUL_RSYNC_EXCLUDES_FLAGS ?= \
5454
--ignore-existing \
5555
--exclude "$(EXAMPLES_FOLDER)/" \
56-
--exclude "$(BENCHMARKS_FOLDER)/" \
57-
--exclude "$(DOCUMENTATION_FOLDER)/"
56+
--exclude "$(BENCHMARKS_FOLDER)/"
5857

5958
# Define the command to instrument source code for code coverage:
6059
ISTANBUL_INSTRUMENT ?= $(ISTANBUL) instrument

0 commit comments

Comments
 (0)