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 852c47b commit a1ac483Copy full SHA for a1ac483
Makefile
@@ -4,7 +4,7 @@ GOTEST = $(GOCMD) test
4
WASIRUN_WRAPPER := $(CURDIR)/scripts/wasirun-wrapper
5
6
# Coverage
7
-COVERAGE_REPORT := coverage.out
+COVERAGE_REPORT := build/coverage.out
8
COVERAGE_MODE := count
9
10
GOLANGCI_VERSION ?= v2.1.6
0 commit comments