Skip to content

Commit d37cae8

Browse files
committed
Move scripts back to original location
1 parent 14ab716 commit d37cae8

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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_PKGS_DIR)/test-cov/scripts/coverage_report_name
40+
COVERAGE_REPORT_NAME ?= $(TOOLS_DIR)/test-cov/scripts/coverage_report_name
4141

4242
# Define the path to the Istanbul executable.
4343
#

lib/node_modules/@stdlib/_tools/test-cov/scripts/README.md renamed to tools/test-cov/scripts/README.md

File renamed without changes.

lib/node_modules/@stdlib/_tools/test-cov/scripts/coverage_report_name renamed to tools/test-cov/scripts/coverage_report_name

File renamed without changes.

0 commit comments

Comments
 (0)