ci: enable disable_file_fixes in codecov action

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2024-06-11 09:42:33 +02:00
parent 56ffe55f81
commit 41d369120b
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
1 changed files with 2 additions and 0 deletions

View File

@ -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()