From 2f87363410f3c904e107e85ca10b9f84902db93f Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Thu, 18 Jul 2024 12:07:02 +0300 Subject: [PATCH] Improve Codecov configuration (#1103) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3f525e4..4ee10c76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,9 @@ jobs: - uses: codecov/codecov-action@v4 with: directory: ${{ runner.temp }} + flags: ${{ matrix.os }}-${{ matrix.python-version }} + token: ${{ secrets.CODECOV_TOKEN }} + verbose: true build: runs-on: ubuntu-22.04 needs: lint -- 2.47.2