From 41d369120b2df53ba936dddb1257762475e065ea Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:42:33 +0200 Subject: [PATCH] ci: enable disable_file_fixes in codecov action Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cab7c457..10973252 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,6 +126,7 @@ jobs: directory: ./bin/testreports flags: integration token: ${{ secrets.CODECOV_TOKEN }} + disable_file_fixes: true - name: Generate annotations if: always() @@ -198,6 +199,7 @@ jobs: env_vars: RUNNER_OS flags: unit token: ${{ secrets.CODECOV_TOKEN }} + disable_file_fixes: true - name: Generate annotations if: always()