We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb743a commit 12589f2Copy full SHA for 12589f2
.github/workflows/go-test.yml
@@ -52,7 +52,6 @@ jobs:
52
uses: codecov/codecov-action@v5
53
with:
54
files: './coverage-${{ matrix.os }}.${{ matrix.go_version }}.out'
55
- flags: '${{ matrix.go_version }}'
56
- os: '${{ matrix.os }}'
+ flags: '${{ matrix.go_version }},${{ matrix.os }}'
57
fail_ci_if_error: false
58
verbose: true
0 commit comments