From 04b2520873ce02fa6a8b64081633ecc879dee127 Mon Sep 17 00:00:00 2001 From: Petr Gotthard Date: Sun, 5 Jan 2025 19:38:13 +0100 Subject: [PATCH] tests: fix codecov scan --- .github/workflows/gcc-distcheck.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gcc-distcheck.yml b/.github/workflows/gcc-distcheck.yml index 4ede0c6..d4d2f4a 100644 --- a/.github/workflows/gcc-distcheck.yml +++ b/.github/workflows/gcc-distcheck.yml @@ -52,6 +52,9 @@ jobs: - name: Submit code coverage uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} + verbose: true - name: Check the distribution # AM_DISTCHECK_CONFIGURE_FLAGS are not ready for clang and asan