Skip to content

Commit 22ccfa0

Browse files
committed
github: define disable_file_fixes on codecov upload
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent c35fa16 commit 22ccfa0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ jobs:
181181
with:
182182
directory: ./bin/testreports
183183
flags: ${{ matrix.codecov_flags }}
184+
disable_file_fixes: false
184185
token: ${{ secrets.CODECOV_TOKEN }} # used to upload coverage reports: https://github.com/moby/buildkit/pull/4660#issue-2142122533
185186
-
186187
name: Generate annotations

.github/workflows/test-os.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
directory: ./bin/testreports
147147
env_vars: RUNNER_OS
148148
flags: unit
149+
disable_file_fixes: false
149150
token: ${{ secrets.CODECOV_TOKEN }} # used to upload coverage reports: https://github.com/moby/buildkit/pull/4660#issue-2142122533
150151
-
151152
name: Generate annotations

0 commit comments

Comments
 (0)