Skip to content

Commit 4530a13

Browse files
wip: wip
1 parent 29c609e commit 4530a13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ jobs:
104104
name: Run tests
105105
command: |
106106
if [[ "$CIRCLE_BRANCH" == pull/* ]]; then
107-
go test -v -cover -coverprofile=coverage.out ./influxdb3/...
107+
GOEXPERIMENT=nocoverageredesign go test -v -cover -coverprofile=coverage.out ./...
108108
else
109-
go test -v -cover -coverprofile=coverage.out --tags e2e ./influxdb3/...
109+
GOEXPERIMENT=nocoverageredesign go test -v -cover -coverprofile=coverage.out --tags e2e ./...
110110
fi
111111
- run:
112112
name: Coverage Report
@@ -145,5 +145,5 @@ workflows:
145145
matrix:
146146
parameters:
147147
exe: [ docker-amd64-image, docker-arm64-image ]
148-
go-image: [ << pipeline.parameters.default-go-image >>, "cimg/go:1.23", "cimg/go:1.24", "cimg/go:1.25" ]
148+
go-image: [ << pipeline.parameters.default-go-image >>, "cimg/go:1.23", "cimg/go:1.24" ]
149149
- lint

0 commit comments

Comments
 (0)