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