Skip to content
Snippets Groups Projects
Commit 100ba4d6 authored by Moul's avatar Moul
Browse files

(ci) Move coverage to 3.11 job (#194)

parent 8f8cddaa
Branches
Tags
1 merge request!176Add support for Python v3.11
Pipeline #17529 passed
......@@ -98,10 +98,18 @@ tests:3.8:
variables:
PYTHON_VERSION: "3.8"
tests:3.9:cov:
tests:3.9:
extends: .tests
variables:
PYTHON_VERSION: "3.9"
tests:3.10:
extends: .tests
variables:
PYTHON_VERSION: "3.10"
tests:3.11:cov:
extends: .tests
coverage: '/(?i)total.*\s+(\d+%)/'
script:
- poetry install
......@@ -116,14 +124,6 @@ tests:3.9:cov:
coverage_format: cobertura
path: coverage.xml
tests:3.10:
extends: .tests
variables:
PYTHON_VERSION: "3.10"
tests:3.11:
extends: .tests
release:
stage: release
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment