Skip to content

Commit 43d6875

Browse files
authored
Update tests.yml
1 parent baa21e2 commit 43d6875

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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
@@ -85,7 +85,7 @@ jobs:
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:

0 commit comments

Comments
 (0)