File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181
181
with :
182
182
directory : ./bin/testreports
183
183
flags : ${{ matrix.codecov_flags }}
184
- disable_file_fixes : false
184
+ disable_file_fixes : true
185
185
token : ${{ secrets.CODECOV_TOKEN }} # used to upload coverage reports: https://github.com/moby/buildkit/pull/4660#issue-2142122533
186
186
-
187
187
name : Generate annotations
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
directory : ./bin/testreports
147
147
env_vars : RUNNER_OS
148
148
flags : unit
149
- disable_file_fixes : false
149
+ disable_file_fixes : true
150
150
token : ${{ secrets.CODECOV_TOKEN }} # used to upload coverage reports: https://github.com/moby/buildkit/pull/4660#issue-2142122533
151
151
-
152
152
name : Generate annotations
You can’t perform that action at this time.
0 commit comments