File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 cache : true
3535 - name : Test
3636 run : go test -race -coverprofile unit.txt -covermode atomic -v ./...
37- - name : Upload coverage report to Codecov
37+ - name : Upload unit-tests coverage report to Codecov
3838 uses : codecov/codecov-action@v4
3939 with :
4040 file : ./unit.txt
8585 cache : true
8686 - name : Integration test
8787 run : go test -race -tags integration -coverpkg=./... -coverprofile integration.txt -covermode atomic ./tests/integration
88- - name : Upload Test secure connection coverage report to Codecov
88+ - name : Upload integration-tests coverage report to Codecov
8989 uses : codecov/codecov-action@v4
9090 with :
9191 file : ./integration.txt
@@ -137,10 +137,10 @@ jobs:
137137 cache : true
138138 - name : Integration test
139139 run : go test -race -tags integration -coverpkg=./... -coverprofile experiment.txt -covermode atomic ./...
140- - name : Upload Test secure connection coverage report to Codecov
140+ - name : Upload experimental-tests coverage report to Codecov
141141 uses : codecov/codecov-action@v4
142142 with :
143- file : ./integration-secure .txt
143+ file : ./experiment .txt
144144 flags : experiment,${{ matrix.os }},go-${{ matrix.go-version }},ydb-${{ matrix.ydb-version }}
145145 name : experiment
146146 env :
You can’t perform that action at this time.
0 commit comments