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 0d698f7 commit 214971dCopy full SHA for 214971d
.github/workflows/test.yaml
@@ -35,4 +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"
+ if: matrix.python-version == '3.11'
0 commit comments