From f102fa0f96a33f23f623a57e155c667014d1f2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Thu, 14 Aug 2025 11:21:43 +0200 Subject: [PATCH] Remove verbose for Codecov --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a739f3c..e8523808 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -138,7 +138,6 @@ jobs: disable_search: true files: ./junit.xml token: ${{ secrets.CODECOV_TOKEN }} - verbose: true - if: matrix.calculate-coverage uses: codecov/codecov-action@v5 @@ -146,7 +145,6 @@ jobs: disable_search: true files: ./coverage-clover.xml token: ${{ secrets.CODECOV_TOKEN }} - verbose: true - if: matrix.calculate-coverage env: