Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
silkaj
Merge requests
!185
#355
: Move the coverage and the badge generations to v3.9 test job
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#355
: Move the coverage and the badge generations to v3.9 test job
355_cov_py39
into
dev
Overview
1
Commits
2
Pipelines
2
Changes
1
Merged
Moul
requested to merge
355_cov_py39
into
dev
4 years ago
Overview
1
Commits
2
Pipelines
2
Changes
1
Expand
Close
#355 (closed)
.
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
3f9d5822
2 commits,
4 years ago
1 file
+
13
−
13
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
13
−
13
Options
@@ -52,35 +52,35 @@ isort:
@@ -52,35 +52,35 @@ isort:
-
poetry install
-
poetry install
-
poetry run pytest
-
poetry run pytest
tests
-
3.6
:
tests
:
3.6
:
extends
:
.tests
extends
:
.tests
tags
:
[
mille
]
tags
:
[
mille
]
variables
:
variables
:
PYTHON_VERSION
:
"
3.6"
PYTHON_VERSION
:
"
3.6"
tests
-
3.7
-coverage
:
tests
:
3.7
:
extends
:
.tests
extends
:
.tests
tags
:
[
mille
]
tags
:
[
mille
]
variables
:
variables
:
PYTHON_VERSION
:
"
3.7"
PYTHON_VERSION
:
"
3.7"
script
:
-
poetry install
-
poetry run pytest --cov silkaj --cov-report html:cov_html
-
poetry run coverage-badge -o cov_html/coverage.svg
artifacts
:
paths
:
-
cov_html
expire_in
:
2 days
tests
-
3.8
:
tests
:
3.8
:
extends
:
.tests
extends
:
.tests
tags
:
[
redshift
]
tags
:
[
redshift
]
tests
-
3.9
:
tests
:
3.9:
coverage
:
extends
:
.tests
extends
:
.tests
tags
:
[
redshift
]
tags
:
[
redshift
]
variables
:
variables
:
PYTHON_VERSION
:
"
3.9"
PYTHON_VERSION
:
"
3.9"
script
:
-
poetry install
-
poetry run pytest --cov silkaj --cov-report html:cov_html
-
poetry run coverage-badge -o cov_html/coverage.svg
artifacts
:
paths
:
-
cov_html
expire_in
:
2 days
pypi_test
:
pypi_test
:
stage
:
publish
stage
:
publish
@@ -101,7 +101,7 @@ pypi:
@@ -101,7 +101,7 @@ pypi:
pages
:
pages
:
extends
:
.changes
extends
:
.changes
needs
:
[
tests
-
3.
7-
coverage
]
needs
:
[
"
tests
:
3.
9:
coverage
"
]
rules
:
rules
:
-
if
:
$CI_COMMIT_BRANCH == "dev"
-
if
:
$CI_COMMIT_BRANCH == "dev"
stage
:
coverage
stage
:
coverage
Loading