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

CI: Change coverage directory name to `htmlcov` (#433)

Default pytest and mkdocs-coverage directory
parent 0ebef47a
No related branches found
No related tags found
1 merge request!271Set up new website structure with MkDocs (#433)
......@@ -116,10 +116,10 @@ tests:3.12:cov:
coverage: '/(?i)total.*\s+(\d+%)/'
script:
- poetry install --extras deathreaper
- poetry run pytest --cov silkaj --cov-report html:cov_html --cov-report xml --cov-report term
- poetry run pytest --cov silkaj --cov-report html --cov-report xml --cov-report term
artifacts:
paths:
- cov_html
- htmlcov
- coverage.xml
expire_in: 2 days
reports:
......
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