Skip to content

Commit 24f30ea

Browse files
committed
Update package paths ro reflect new location
1 parent c355fe8 commit 24f30ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ifneq ($(OS), Darwin)
3737
endif
3838

3939
# Define the executable for generating a coverage report name:
40-
COVERAGE_REPORT_NAME ?= $(TOOLS_DIR)/test-cov/scripts/coverage_report_name
40+
COVERAGE_REPORT_NAME ?= $(TOOLS_PKGS_DIR)/test-cov/scripts/coverage_report_name
4141

4242
# Define the path to the Istanbul executable.
4343
#
@@ -114,7 +114,7 @@ ISTANBUL_REPORT_FLAGS ?= \
114114

115115
# Define the test runner executable for Istanbul instrumented source code:
116116
ifeq ($(JAVASCRIPT_TEST_RUNNER), tape)
117-
ISTANBUL_TEST_RUNNER ?= $(NODE) $(TOOLS_DIR)/test-cov/tape-istanbul/bin/cli
117+
ISTANBUL_TEST_RUNNER ?= $(NODE) $(TOOLS_PKGS_DIR)/test-cov/tape-istanbul/bin/cli
118118
ISTANBUL_TEST_RUNNER_FLAGS ?= \
119119
--dir $(ISTANBUL_INSTRUMENT_OUT) \
120120
--global '__coverage__'

0 commit comments

Comments
 (0)