We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad394bd commit d9fd79aCopy full SHA for d9fd79a
.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