File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
You can’t perform that action at this time.
0 commit comments