Skip to content
Snippets Groups Projects
Commit 9535d730 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 99770ce3
No related branches found
No related tags found
1 merge request!133#90, #103: Pytest introduction, coverage report and badge generations
......@@ -107,9 +107,12 @@ tests-3.8:
variables:
PYTHON_VERSION: "3.8"
tests-3.9:
tests-3.9:cov:
extends: .tests
tags: [redshift]
script:
- poetry install
- poetry run pytest --cov duniterpy --cov-report html:cov_html --cov-report term
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