From c8989725096d5afe707e930f19bad272b807b414 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 15 Nov 2024 16:54:05 +0200 Subject: [PATCH] [debug] Try to understand, why test result upload fails --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7c44fe0..a5b8052 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -119,6 +119,7 @@ jobs: uses: codecov/test-results-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} + verbose: true - name: Archive logs artifacts if: ${{ failure() }}