Skip to content

Commit 54a0bb7

Browse files
authored
Merge pull request #207 from nervosnetwork/fix-coverage-makefile
fix: update `CARGO_TARGET_DIR` path in Makefile
2 parents 5831c8a + f9295ee commit 54a0bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CARGO_TARGET_DIR ?= target
1+
CARGO_TARGET_DIR ?= $(shell pwd)/target
22
COVERAGE_PROFRAW_DIR ?= ${CARGO_TARGET_DIR}/coverage
33
GRCOV_OUTPUT ?= coverage-report.info
44
GRCOV_EXCL_START = ^\s*((log::)?(trace|debug|info|warn|error)|(debug_)?assert(_eq|_ne|_error_eq))!\($$

0 commit comments

Comments
 (0)