From abb82a961e70f092cfae7f690be75a62d09875bc Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Tue, 2 Jul 2024 10:28:07 +0200 Subject: [PATCH] fix(ci): ajoute le jeton Codecov et des flags --- .github/workflows/tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 22333b5..d4f441b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,6 +61,14 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.5.0 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + OS: ${{ matrix.os }} + PYTHON: ${{ matrix.python-version }} + with: + env_vars: OS,PYTHON + flags: unittests + name: Code Coverage for unittests on [${{ matrix.os }}.python-${{ matrix.python-version }}] integration-test: strategy: