File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ ifneq ($(OS), Darwin)
3737endif
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:
116116ifeq ($(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__'
You can’t perform that action at this time.
0 commit comments