aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/cover.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-12-06 16:11:30 +0100
committerLoïc Hoguin <[email protected]>2018-12-06 16:11:30 +0100
commit44fe1e993f16c98ed41c01e4511c0367e14e9637 (patch)
treeb893423a3e4b14917be1c2c49c848ad680177572 /plugins/cover.mk
parent6b213a52bf48af590fd65dfd95d8fc949ac5f1e5 (diff)
downloaderlang.mk-44fe1e993f16c98ed41c01e4511c0367e14e9637.tar.gz
erlang.mk-44fe1e993f16c98ed41c01e4511c0367e14e9637.tar.bz2
erlang.mk-44fe1e993f16c98ed41c01e4511c0367e14e9637.zip
Default COVER_DATA_DIR now the same as COVER_REPORT_DIR
We have a dedicated folder for cover stuff, let's use it.
Diffstat (limited to 'plugins/cover.mk')
-rw-r--r--plugins/cover.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cover.mk b/plugins/cover.mk
index 60809a3..416219c 100644
--- a/plugins/cover.mk
+++ b/plugins/cover.mk
@@ -3,7 +3,7 @@
# This file is part of erlang.mk and subject to the terms of the ISC License.
COVER_REPORT_DIR ?= cover
-COVER_DATA_DIR ?= $(CURDIR)
+COVER_DATA_DIR ?= $(COVER_REPORT_DIR)
# Hook in coverage to ct