Skip to content

Commit 0d698f7

Browse files
authored
chore(build): send coverage only for Python 3.11
Signed-off-by: Romain Beuque <[email protected]>
1 parent c75086a commit 0d698f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ jobs:
3535
run: pytest --junitxml=junit/test-results.xml --cov=ovh --cov-report=xml --cov-report=html --cov-report=lcov:coverage/cov.info
3636
- name: Coveralls GitHub Action
3737
uses: coverallsapp/[email protected]
38+
if: matrix.python-version == "3.11"

0 commit comments

Comments
 (0)