try coverage
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
pytest:
|
||||
image: python:3.10-alpine
|
||||
only:
|
||||
- main
|
||||
script:
|
||||
- sh tests/start_tests_gitlab.sh
|
||||
- sed -i "s#<source>/builds/DasMoorhuhn/autopicture-v3/src</source>#<source>${CI_PROJECT_DIR}</source>#g" coverage.xml
|
||||
coverage: '/Code coverage: \d+(?:\.\d+)?/'
|
||||
artifacts:
|
||||
name: "$CI_JOB_NAME"
|
||||
reports:
|
||||
|
||||
Reference in New Issue
Block a user