Skip to content
Snippets Groups Projects

#330: Restructure repository

Merged Moul requested to merge 330_repo_structure into main
+ 7
1
@@ -124,13 +124,19 @@ tests:3.8:
tests:3.9:coverage:
extends: .tests
tags: [redshift]
coverage: '/(?i)total.*\s+(\d+%)/'
script:
- poetry install
- poetry run pytest --cov silkaj --cov-report html:cov_html --cov-report term
- poetry run pytest --cov silkaj --cov-report html:cov_html --cov-report xml --cov-report term
artifacts:
paths:
- cov_html
- coverage.xml
expire_in: 2 days
reports:
coverage_report:
coverage_format: cobertura
path: coverage.xml
tests:3.10:
extends: .tests
Loading