We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5831c8a + f9295ee commit 54a0bb7Copy full SHA for 54a0bb7
Makefile
@@ -1,4 +1,4 @@
1
-CARGO_TARGET_DIR ?= target
+CARGO_TARGET_DIR ?= $(shell pwd)/target
2
COVERAGE_PROFRAW_DIR ?= ${CARGO_TARGET_DIR}/coverage
3
GRCOV_OUTPUT ?= coverage-report.info
4
GRCOV_EXCL_START = ^\s*((log::)?(trace|debug|info|warn|error)|(debug_)?assert(_eq|_ne|_error_eq))!\($$
0 commit comments