We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecfa11 commit e37e68dCopy full SHA for e37e68d
Makefile
@@ -57,7 +57,7 @@ TMP_DIR ?= $(ROOT_DIR)/tmp
57
# Define the root configuration directory:
58
CONFIG_DIR ?= $(ROOT_DIR)/etc
59
60
-# Define the directory for writing reports, including code coverage:
+# Define the directories for writing reports, including code coverage:
61
REPORTS_DIR ?= $(ROOT_DIR)/reports
62
COVERAGE_DIR ?= $(REPORTS_DIR)/coverage
63
COMPLEXITY_DIR ?= $(REPORTS_DIR)/complexity
0 commit comments