Skip to content
Snippets Groups Projects
Commit dddae5ec 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 25435668
No related branches found
No related tags found
No related merge requests found
......@@ -99,9 +99,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