From fc811bc718d47d7a61834cccfd6378ccaebcd230 Mon Sep 17 00:00:00 2001 From: Romain Beuque <556072+rbeuque74@users.noreply.github.com> Date: Fri, 7 Apr 2023 12:51:00 +0200 Subject: [PATCH] chore(build): send coverage only for Python 3.11 Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com> --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e6ad82d..e0e2a33 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,3 +35,4 @@ jobs: run: pytest --junitxml=junit/test-results.xml --cov=ovh --cov-report=xml --cov-report=html --cov-report=lcov:coverage/cov.info - name: Coveralls GitHub Action uses: coverallsapp/github-action@v2.0.0 + if: matrix.python-version == '3.11'