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'