From cc88353384f1fe5eaef52308df37fdbb5c0173a9 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Tue, 16 Dec 2025 09:16:56 +0200 Subject: [PATCH] Remove unnecessary Codecov CLI version argument --- .github/workflows/integration-tests.yml | 1 - .github/workflows/ui_tests.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index cdf34f4a8..760b4d803 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -80,7 +80,6 @@ jobs: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} flags: integrationtests - version: v0.7.3 - name: Collect test results if: ${{ !cancelled() }} diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 467b20208..56d1c63a2 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -70,7 +70,6 @@ jobs: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} flags: uitests - version: v0.7.3 - name: Collect test results if: ${{ !cancelled() }}