Make the coverage report touch all files
This commit is contained in:
parent
1c871749b0
commit
7665d45e09
6 changed files with 14 additions and 8 deletions
|
|
@ -104,11 +104,8 @@ pytest:
|
|||
stage: testing
|
||||
extends: .python
|
||||
script:
|
||||
- >
|
||||
pytest --cov --cov-report term
|
||||
--cov-report xml:coverage.xml
|
||||
--junitxml=report.xml
|
||||
# --gitlab-code-quality-report=pytest-warnings.json # can restore when it installs ok
|
||||
- pytest
|
||||
# --gitlab-code-quality-report=pytest-warnings.json # can restore when it installs ok
|
||||
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
|
||||
artifacts:
|
||||
when: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue