Skip to content

Commit a1ac483

Browse files
authored
Save coverage report in build/coverage.out
1 parent 852c47b commit a1ac483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GOTEST = $(GOCMD) test
44
WASIRUN_WRAPPER := $(CURDIR)/scripts/wasirun-wrapper
55

66
# Coverage
7-
COVERAGE_REPORT := coverage.out
7+
COVERAGE_REPORT := build/coverage.out
88
COVERAGE_MODE := count
99

1010
GOLANGCI_VERSION ?= v2.1.6

0 commit comments

Comments
 (0)