Skip to content
Snippets Groups Projects
Commit e9f87c57 authored by Thomas Flori's avatar Thomas Flori
Browse files

add coverage expression pipeline config

parent a4b794e4
No related branches found
No related tags found
No related merge requests found
Pipeline #665 passed with stages
in 1 minute and 50 seconds
...@@ -22,10 +22,14 @@ phpunit: ...@@ -22,10 +22,14 @@ phpunit:
bin/phpunit -c phpunit.xml --color=always bin/phpunit -c phpunit.xml --color=always
--coverage-text --coverage-cobertura=storage/logs/cobertura.xml --coverage-text --coverage-cobertura=storage/logs/cobertura.xml
artifacts: artifacts:
paths:
- storage/logs/cobertura.xml
reports: reports:
coverage_report: coverage_report:
coverage_format: cobertura coverage_format: cobertura
path: storage/logs/cobertura.xml path: storage/logs/cobertura.xml
coverage: '/^\x1b\[[\d;]+m\s*Lines:\s*\d+.\d+\%/'
packagist: packagist:
stage: publish stage: publish
......
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