We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0b97d commit d3f56cfCopy full SHA for d3f56cf
ports/unix/Makefile
@@ -4,8 +4,9 @@ ifdef VARIANT_DIR
4
# the path as the variant name.
5
VARIANT ?= $(notdir $(VARIANT_DIR:/=))
6
else
7
-# If not given on the command line, then default to standard.
8
-VARIANT ?= standard
+# CIRCUITPY-CHANGE: default variant is coverage
+# If not given on the command line, then default to coverage.
9
+VARIANT ?= coverage
10
VARIANT_DIR ?= variants/$(VARIANT)
11
endif
12
0 commit comments