Skip to content

Commit bd5d50e

Browse files
authored
Merge pull request moby#5016 from crazy-max/enable-disable-file-fixes
ci: enable disable_file_fixes in codecov action
2 parents 3839237 + b491605 commit bd5d50e

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)