File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
- name : Run coverage
20
20
run : go test -coverprofile=coverage.out -coverpkg=./... ./...
21
21
22
- - name : Run coverage with new pickfirst
23
- run : GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=true go test -coverprofile=coverage_new_pickfirst .out -coverpkg=./... ./...
22
+ - name : Run coverage with other pickfirst
23
+ run : GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false go test -coverprofile=coverage_other_pickfirst .out -coverpkg=./... ./...
24
24
25
25
- name : Upload coverage to Codecov
26
26
uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change 69
69
- type : tests
70
70
goversion : ' 1.24'
71
71
testflags : -race
72
- grpcenv : ' GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=true '
72
+ grpcenv : ' GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false '
73
73
74
74
steps :
75
75
# Setup the environment.
You can’t perform that action at this time.
0 commit comments