Skip to content
Snippets Groups Projects
Commit 5f20eab0 authored by Moul's avatar Moul
Browse files

[ci] #90: Generate coverage report on tests:3.9 job

Generate html report for future coverage deployment to Pages #167
Display report for GitLab to match it with a regex to generate the badge
parent 721cd74f
No related branches found
No related tags found
No related merge requests found
...@@ -87,11 +87,14 @@ tests-3.8: ...@@ -87,11 +87,14 @@ tests-3.8:
extends: .tests extends: .tests
tags: [redshift] tags: [redshift]
tests-3.9: tests-3.9:cov:
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 duniterpy --cov-report html:cov_html --cov-report term
release: release:
stage: release stage: release
......
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