Skip to content

Commit 0d698f7

Browse files
authored
chore(build): send coverage only for Python 3.11
Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
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

Lines changed: 1 addition & 0 deletions
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/github-action@v2.0.0
38+
if: matrix.python-version == "3.11"

0 commit comments

Comments
 (0)