Skip to content

Commit baa21e2

Browse files
authored
Added codecov token from secrets
1 parent b268b4b commit baa21e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
file: ./unit.txt
4141
flags: unit,${{ matrix.os }},go-${{ matrix.go-version }}
4242
name: unit
43+
env:
44+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4345
integration:
4446
concurrency:
4547
group: integration-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
@@ -89,6 +91,8 @@ jobs:
8991
file: ./integration.txt
9092
flags: integration,${{ matrix.os }},go-${{ matrix.go-version }},ydb-${{ matrix.ydb-version }}
9193
name: integration
94+
env:
95+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9296
experiment:
9397
concurrency:
9498
group: experiment-${{ github.ref }}-${{ matrix.os }}-${{ matrix.go-version }}-${{ matrix.ydb-version }}
@@ -139,3 +143,5 @@ jobs:
139143
file: ./integration-secure.txt
140144
flags: experiment,${{ matrix.os }},go-${{ matrix.go-version }},ydb-${{ matrix.ydb-version }}
141145
name: experiment
146+
env:
147+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)