Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Commits
100ba4d6
Commit
100ba4d6
authored
2 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
(ci) Move coverage to 3.11 job (
#194
)
parent
8f8cddaa
No related branches found
No related tags found
1 merge request
!176
Add support for Python v3.11
Pipeline
#17529
passed
2 years ago
Stage: checks
Stage: tests
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-9
9 additions, 9 deletions
.gitlab-ci.yml
with
9 additions
and
9 deletions
.gitlab-ci.yml
+
9
−
9
View file @
100ba4d6
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment