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 c35fa16 commit 22ccfa0Copy full SHA for 22ccfa0
.github/workflows/.test.yml
@@ -181,6 +181,7 @@ jobs:
181
with:
182
directory: ./bin/testreports
183
flags: ${{ matrix.codecov_flags }}
184
+ disable_file_fixes: false
185
token: ${{ secrets.CODECOV_TOKEN }} # used to upload coverage reports: https://github.com/moby/buildkit/pull/4660#issue-2142122533
186
-
187
name: Generate annotations
.github/workflows/test-os.yml
@@ -146,6 +146,7 @@ jobs:
146
147
env_vars: RUNNER_OS
148
flags: unit
149
150
151
152
0 commit comments