From 49b67b287bad7db8d4302fad1b40712912cd4571 Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Sun, 16 Mar 2025 11:58:40 +0100 Subject: [PATCH] ci: fixed broken codecov coverage upload Signed-off-by: Frederic BIDON --- .github/workflows/go-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 27273bd..8b7863c 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -52,7 +52,6 @@ jobs: uses: codecov/codecov-action@v5 with: files: './coverage-${{ matrix.os }}.${{ matrix.go_version }}.out' - flags: '${{ matrix.go_version }}' - os: '${{ matrix.os }}' + flags: '${{ matrix.go_version }},${{ matrix.os }}' fail_ci_if_error: false verbose: true