mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
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:
committed by
Christian Brabandt
parent
a87462a498
commit
9a65a8c270
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user