From a4f4f65825b0baab635aeccbaa7f31840b4c6f36 Mon Sep 17 00:00:00 2001 From: Daniel Weber Date: Thu, 27 Feb 2025 21:03:00 +0100 Subject: [PATCH] What does disable_file_fixes really change ? --- .github/workflows/checkPullRequest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checkPullRequest.yml b/.github/workflows/checkPullRequest.yml index b479bc143..6d0a2a55a 100644 --- a/.github/workflows/checkPullRequest.yml +++ b/.github/workflows/checkPullRequest.yml @@ -36,6 +36,7 @@ jobs: uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # 5.4.0 with: token: ${{ secrets.CODECOV_TOKEN }} + disable_file_fixes: true test-windows: runs-on: windows-2022 @@ -71,4 +72,5 @@ jobs: - name: Collect coverage uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # 5.4.0 with: - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }} + disable_file_fixes: true \ No newline at end of file