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
No related branches found
No related tags found
1 merge request!176Add support for Python v3.11
Pipeline #17529 passed
...@@ -98,10 +98,18 @@ tests:3.8: ...@@ -98,10 +98,18 @@ tests:3.8:
variables: variables:
PYTHON_VERSION: "3.8" PYTHON_VERSION: "3.8"
tests:3.9:cov: tests:3.9:
extends: .tests extends: .tests
variables: variables:
PYTHON_VERSION: "3.9" 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+%)/' coverage: '/(?i)total.*\s+(\d+%)/'
script: script:
- poetry install - poetry install
...@@ -116,14 +124,6 @@ tests:3.9:cov: ...@@ -116,14 +124,6 @@ tests:3.9:cov:
coverage_format: cobertura coverage_format: cobertura
path: coverage.xml path: coverage.xml
tests:3.10:
extends: .tests
variables:
PYTHON_VERSION: "3.10"
tests:3.11:
extends: .tests
release: release:
stage: release stage: release
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment