Skip to content

Commit 12589f2

Browse files
committed
ci: fixed broken codecov coverage upload
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 6bb743a commit 12589f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/go-test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
uses: codecov/codecov-action@v5
5353
with:
5454
files: './coverage-${{ matrix.os }}.${{ matrix.go_version }}.out'
55-
flags: '${{ matrix.go_version }}'
56-
os: '${{ matrix.os }}'
55+
flags: '${{ matrix.go_version }},${{ matrix.os }}'
5756
fail_ci_if_error: false
5857
verbose: true

0 commit comments

Comments
 (0)