We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75086a commit 0d698f7Copy full SHA for 0d698f7
.github/workflows/test.yaml
@@ -35,3 +35,4 @@ jobs:
35
run: pytest --junitxml=junit/test-results.xml --cov=ovh --cov-report=xml --cov-report=html --cov-report=lcov:coverage/cov.info
36
- name: Coveralls GitHub Action
37
uses: coverallsapp/[email protected]
38
+ if: matrix.python-version == "3.11"
0 commit comments