CI: join codecov array flags, instead of accessing it directly

closes: #16082

Signed-off-by: rhysd <lin90162@yahoo.co.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
rhysd
2024-11-19 13:46:17 +01:00
committed by Christian Brabandt
parent a87462a498
commit 9a65a8c270

View File

@ -297,7 +297,7 @@ jobs:
if: matrix.coverage
uses: codecov/codecov-action@v5
with:
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ join(matrix.extra, '-') }}
token: ${{ secrets.CODECOV_TOKEN }}
- name: ASan logs