Skip to content

Commit

Permalink
Merge pull request #207 from nervosnetwork/fix-coverage-makefile
Browse files Browse the repository at this point in the history
fix: update `CARGO_TARGET_DIR` path in Makefile
  • Loading branch information
quake authored Jan 23, 2025
2 parents 5831c8a + f9295ee commit 54a0bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CARGO_TARGET_DIR ?= target
CARGO_TARGET_DIR ?= $(shell pwd)/target
COVERAGE_PROFRAW_DIR ?= ${CARGO_TARGET_DIR}/coverage
GRCOV_OUTPUT ?= coverage-report.info
GRCOV_EXCL_START = ^\s*((log::)?(trace|debug|info|warn|error)|(debug_)?assert(_eq|_ne|_error_eq))!\($$
Expand Down

0 comments on commit 54a0bb7

Please sign in to comment.