We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75086a commit fc811bcCopy full SHA for fc811bc
.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/github-action@v2.0.0
38
+ if: matrix.python-version == '3.11'
0 commit comments