Skip to content

Commit b491605

Browse files
committed
ci: enable disable_file_fixes in codecov action
Signed-off-by: CrazyMax <[email protected]>
1 parent eed17a4 commit b491605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.test.yml

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

.github/workflows/test-os.yml

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

0 commit comments

Comments
 (0)