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: